diff options
author | hwc487 | 2012-03-07 17:18:38 -0800 |
---|---|---|
committer | hwc487 | 2012-03-07 17:18:38 -0800 |
commit | 9e812f35ffa751e9215c5427c0c44005bd357924 (patch) | |
tree | aa26d7d4812eace4741cdc994eaf66c81ccadb43 /js/document | |
parent | 818582d389f504c915be0c9052fafa33e3e76c92 (diff) | |
download | ninja-9e812f35ffa751e9215c5427c0c44005bd357924.tar.gz |
Fixed a few problems with Plasma material.
Diffstat (limited to 'js/document')
-rwxr-xr-x | js/document/html-document.js | 1 |
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 | } |