aboutsummaryrefslogtreecommitdiff
path: root/js/document/html-document.js
diff options
context:
space:
mode:
authorValerio Virgillito2012-05-22 14:51:35 -0700
committerValerio Virgillito2012-05-22 14:51:35 -0700
commit862ee363584dfba4bdd9abacbc3a3244c7ec66b5 (patch)
tree2411bd4bf3478621a16c83ead914670e0d143372 /js/document/html-document.js
parentc37a876b373ddc7cb19277aaeaa6bb2d2d5a50ac (diff)
parent6b03f357f45d76733ae7bf5ff52ffe2fb2a84fda (diff)
downloadninja-862ee363584dfba4bdd9abacbc3a3244c7ec66b5.tar.gz
Merge pull request #221 from ericmueller/3DBugs
3 d bugs
Diffstat (limited to 'js/document/html-document.js')
-rwxr-xr-xjs/document/html-document.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/document/html-document.js b/js/document/html-document.js
index 9d083dd8..61223499 100755
--- a/js/document/html-document.js
+++ b/js/document/html-document.js
@@ -209,8 +209,8 @@ exports.HTMLDocument = Montage.create(TextDocument, {
209 { 209 {
210 /* 210 /*
211 // Use this code to test the runtime version of WebGL 211 // Use this code to test the runtime version of WebGL
212 var cdm = new NinjaCvsRt.CanvasDataManager(); 212 var cvsDataMngr = Object.create(NinjaCvsRt.CanvasDataManager, {});
213 cdm.loadGLData(elt, value, null ); 213 cvsDataMngr.loadGLData(elt, value);
214 */ 214 */
215 215
216 // /* 216 // /*