aboutsummaryrefslogtreecommitdiff
path: root/js/document
diff options
context:
space:
mode:
authorhwc4872012-03-14 16:22:22 -0700
committerhwc4872012-03-14 16:22:22 -0700
commit57d4a82977a1f0e809511fe894886f88581d9615 (patch)
tree330173781837bf9f635e9d92a5db39d4dc243aa8 /js/document
parent9b40878fcc82d3ec08361e30d2029de261f0f80e (diff)
downloadninja-57d4a82977a1f0e809511fe894886f88581d9615.tar.gz
Corrections for Uber shader IO
Diffstat (limited to 'js/document')
-rwxr-xr-xjs/document/html-document.js2
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 }