aboutsummaryrefslogtreecommitdiff
path: root/js/document/html-document.js
diff options
context:
space:
mode:
authorhwc4872012-03-08 10:43:46 -0800
committerhwc4872012-03-08 10:43:46 -0800
commit11a6f18e274d7232cdbb8f6e9e65e0a5ab756451 (patch)
tree5d018d2b4289873721f0217b9c1d9f0f1b4e74a8 /js/document/html-document.js
parent710a17a23dee948304bad79d40424c3a477b6cc4 (diff)
downloadninja-11a6f18e274d7232cdbb8f6e9e65e0a5ab756451.tar.gz
removed an unused parameter to CanvasDataManager
Diffstat (limited to 'js/document/html-document.js')
-rwxr-xr-xjs/document/html-document.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/document/html-document.js b/js/document/html-document.js
index b75eb226..078a73b5 100755
--- a/js/document/html-document.js
+++ b/js/document/html-document.js
@@ -193,7 +193,7 @@ exports.HTMLDocument = Montage.create(TextDocument, {
193// if (loadForRuntime) 193// if (loadForRuntime)
194// { 194// {
195// var cdm = new CanvasDataManager(); 195// var cdm = new CanvasDataManager();
196// cdm.loadGLData(elt, value, NJUtils); 196// cdm.loadGLData(elt, value );
197// } 197// }
198// else 198// else
199 { 199 {