diff options
author | John Mayhew | 2012-04-03 12:55:54 -0700 |
---|---|---|
committer | John Mayhew | 2012-04-03 12:55:54 -0700 |
commit | d5d4dcac78ebf8ba3163a8c7055d783b6397a435 (patch) | |
tree | 9ec8586f19f6d238a4731f2b3ac76c3fe9572815 /js/document | |
parent | 9fdbfe3ab750e8f6dae2ae80ebb6728a4b6c985d (diff) | |
download | ninja-d5d4dcac78ebf8ba3163a8c7055d783b6397a435.tar.gz |
Namespaced the canvas runtime file and updated all dependencies
Diffstat (limited to 'js/document')
-rwxr-xr-x | js/document/html-document.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/document/html-document.js b/js/document/html-document.js index 42a7d537..c9887b88 100755 --- a/js/document/html-document.js +++ b/js/document/html-document.js | |||
@@ -212,7 +212,7 @@ exports.HTMLDocument = Montage.create(TextDocument, { | |||
212 | { | 212 | { |
213 | /* | 213 | /* |
214 | // Use this code to test the runtime version of WebGL | 214 | // Use this code to test the runtime version of WebGL |
215 | var cdm = new CanvasDataManager(); | 215 | var cdm = new NinjaCvsRt.CanvasDataManager(); |
216 | cdm.loadGLData(elt, value, null ); | 216 | cdm.loadGLData(elt, value, null ); |
217 | */ | 217 | */ |
218 | 218 | ||