diff options
author | hwc487 | 2012-03-14 16:22:22 -0700 |
---|---|---|
committer | hwc487 | 2012-03-14 16:22:22 -0700 |
commit | 57d4a82977a1f0e809511fe894886f88581d9615 (patch) | |
tree | 330173781837bf9f635e9d92a5db39d4dc243aa8 /js/document | |
parent | 9b40878fcc82d3ec08361e30d2029de261f0f80e (diff) | |
download | ninja-57d4a82977a1f0e809511fe894886f88581d9615.tar.gz |
Corrections for Uber shader IO
Diffstat (limited to 'js/document')
-rwxr-xr-x | js/document/html-document.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/document/html-document.js b/js/document/html-document.js index f4ec3184..d4db6e2f 100755 --- a/js/document/html-document.js +++ b/js/document/html-document.js | |||
@@ -218,6 +218,7 @@ exports.HTMLDocument = Montage.create(TextDocument, { | |||
218 | cdm.loadGLData(elt, value, null ); | 218 | cdm.loadGLData(elt, value, null ); |
219 | */ | 219 | */ |
220 | 220 | ||
221 | // /* | ||
221 | var importStr = value[i]; | 222 | var importStr = value[i]; |
222 | var startIndex = importStr.indexOf( "id: " ); | 223 | var startIndex = importStr.indexOf( "id: " ); |
223 | if (startIndex >= 0) { | 224 | if (startIndex >= 0) { |
@@ -244,6 +245,7 @@ exports.HTMLDocument = Montage.create(TextDocument, { | |||
244 | } | 245 | } |
245 | } | 246 | } |
246 | } | 247 | } |
248 | // */ | ||
247 | } | 249 | } |
248 | } | 250 | } |
249 | } | 251 | } |