diff options
author | Jose Antonio Marquez | 2012-06-07 14:39:12 -0700 |
---|---|---|
committer | Jose Antonio Marquez | 2012-06-07 14:39:12 -0700 |
commit | 8da49b093e01a62c5b2009da075c2ccd2b1b6f5a (patch) | |
tree | 03f5083d0dede93a98145e031c0487fb00a4839e /js/document/models/html.js | |
parent | 7d1a564a8fd246c621f674b5521554fbfc058281 (diff) | |
download | ninja-8da49b093e01a62c5b2009da075c2ccd2b1b6f5a.tar.gz |
Fixing unique ID store
Diffstat (limited to 'js/document/models/html.js')
-rwxr-xr-x | js/document/models/html.js | 2 |
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 | //////////////////////////////////////////////////////////////////// |