From 710a17a23dee948304bad79d40424c3a477b6cc4 Mon Sep 17 00:00:00 2001 From: hwc487 Date: Thu, 8 Mar 2012 09:50:40 -0800 Subject: Commented out code for loading for runtime --- js/document/html-document.js | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'js/document/html-document.js') diff --git a/js/document/html-document.js b/js/document/html-document.js index 0a3497f1..b75eb226 100755 --- a/js/document/html-document.js +++ b/js/document/html-document.js @@ -187,13 +187,15 @@ exports.HTMLDocument = Montage.create(TextDocument, { var elt = this.documentRoot; if (elt) { - var loadForRuntime = true; - if (loadForRuntime) - { - var cdm = new CanvasDataManager(); - cdm.loadGLData(elt, value, NJUtils); - } - else +// FOR JOSE: The following commented out lines are what the runtime +// version should execute. +// var loadForRuntime = true; +// if (loadForRuntime) +// { +// var cdm = new CanvasDataManager(); +// cdm.loadGLData(elt, value, NJUtils); +// } +// else { var nWorlds= value.length; for (var i=0; i