diff options
author | hwc487 | 2012-05-17 09:51:11 -0700 |
---|---|---|
committer | hwc487 | 2012-05-17 09:51:11 -0700 |
commit | 9321b1d7ab2d23e165ac90e9eea3287f72463948 (patch) | |
tree | 0b50e138dfc1044dde01fbec401bfdabcdd65c26 /js/document | |
parent | a73034090b30d79a0722fc5d32e081f35d2c7f5c (diff) | |
download | ninja-9321b1d7ab2d23e165ac90e9eea3287f72463948.tar.gz |
Linear & radial gradients for runtime fixes
Diffstat (limited to 'js/document')
-rwxr-xr-x | js/document/html-document.js | 4 |
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 | // /* |