diff options
author | Valerio Virgillito | 2012-06-08 12:59:13 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-06-08 12:59:13 -0700 |
commit | a50814178be2775892ed999c28041d8e81291e22 (patch) | |
tree | 309af98cd840d3841be74c32e87c30fa8739ff1e /js/document/models/html.js | |
parent | 4070475b8da7257eca629be7288bf7a31d5e384e (diff) | |
parent | d14249dd2d76e9eb8d14733c10393d36bd2ea8ee (diff) | |
download | ninja-a50814178be2775892ed999c28041d8e81291e22.tar.gz |
Merge branch 'refs/heads/master' into timeline-resizer-fix
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 | //////////////////////////////////////////////////////////////////// |