aboutsummaryrefslogtreecommitdiff
path: root/js/document/html-document.js
diff options
context:
space:
mode:
authorhwc4872012-03-07 17:18:38 -0800
committerhwc4872012-03-07 17:18:38 -0800
commit9e812f35ffa751e9215c5427c0c44005bd357924 (patch)
treeaa26d7d4812eace4741cdc994eaf66c81ccadb43 /js/document/html-document.js
parent818582d389f504c915be0c9052fafa33e3e76c92 (diff)
downloadninja-9e812f35ffa751e9215c5427c0c44005bd357924.tar.gz
Fixed a few problems with Plasma material.
Diffstat (limited to 'js/document/html-document.js')
-rwxr-xr-xjs/document/html-document.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/document/html-document.js b/js/document/html-document.js
index 44f90d41..0a3497f1 100755
--- a/js/document/html-document.js
+++ b/js/document/html-document.js
@@ -190,7 +190,6 @@ exports.HTMLDocument = Montage.create(TextDocument, {
190 var loadForRuntime = true; 190 var loadForRuntime = true;
191 if (loadForRuntime) 191 if (loadForRuntime)
192 { 192 {
193 //console.log( "load canvas data: " , value );
194 var cdm = new CanvasDataManager(); 193 var cdm = new CanvasDataManager();
195 cdm.loadGLData(elt, value, NJUtils); 194 cdm.loadGLData(elt, value, NJUtils);
196 } 195 }