aboutsummaryrefslogtreecommitdiff
path: root/js/document/models/html.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/document/models/html.js')
-rwxr-xr-xjs/document/models/html.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/document/models/html.js b/js/document/models/html.js
index 7064c6e3..f65cd8c3 100755
--- a/js/document/models/html.js
+++ b/js/document/models/html.js
@@ -73,9 +73,10 @@ exports.HtmlDocumentModel = Montage.create(BaseDocumentModel, {
73 // 73 //
74 webGlHelper: { 74 webGlHelper: {
75 value: null 75 value: null
76 }, 76 }
77 //////////////////////////////////////////////////////////////////// 77 ////////////////////////////////////////////////////////////////////
78 //////////////////////////////////////////////////////////////////// 78 ////////////////////////////////////////////////////////////////////
79
79}); 80});
80//////////////////////////////////////////////////////////////////////// 81////////////////////////////////////////////////////////////////////////
81//////////////////////////////////////////////////////////////////////// \ No newline at end of file 82//////////////////////////////////////////////////////////////////////// \ No newline at end of file