aboutsummaryrefslogtreecommitdiff
path: root/js/document/models/html.js
diff options
context:
space:
mode:
authorValerio Virgillito2012-06-07 16:51:12 -0700
committerValerio Virgillito2012-06-07 16:51:12 -0700
commita67e6e8783dcdfd3a3bbcff36dc086dded6c7656 (patch)
treeb83651847aa578cdd3ed023e9e8bfee131118f0d /js/document/models/html.js
parent2e331fc1daba0f6f29191a36cf7647f6f5dc36ee (diff)
parent25fa6978470c296bd40321d5aa3046d34062ecd8 (diff)
downloadninja-a67e6e8783dcdfd3a3bbcff36dc086dded6c7656.tar.gz
Merge pull request #281 from joseeight/FileIO
Adding partial unique ID to data files
Diffstat (limited to 'js/document/models/html.js')
-rwxr-xr-xjs/document/models/html.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/document/models/html.js b/js/document/models/html.js
index 6bdc6546..7064c6e3 100755
--- a/js/document/models/html.js
+++ b/js/document/models/html.js
@@ -23,6 +23,8 @@ exports.HtmlDocumentModel = Montage.create(BaseDocumentModel, {
23 value:function() { 23 value:function() {
24 //Creating instance of the webGL helper for this model 24 //Creating instance of the webGL helper for this model
25 this.webGlHelper = webGlDocumentHelper.create(); 25 this.webGlHelper = webGlDocumentHelper.create();
26 //
27 this.libs = {montage: false, canvas: false, montageId: null, canvasId: null};
26 } 28 }
27 }, 29 },
28 //////////////////////////////////////////////////////////////////// 30 ////////////////////////////////////////////////////////////////////