aboutsummaryrefslogtreecommitdiff
path: root/js/document
diff options
context:
space:
mode:
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 }