aboutsummaryrefslogtreecommitdiff
path: root/js/document/models/html.js
diff options
context:
space:
mode:
authorJose Antonio Marquez2012-05-01 15:26:37 -0700
committerJose Antonio Marquez2012-05-01 15:26:37 -0700
commit4ba680a7e9168d0f505a81e42a287dfbc54b4d7d (patch)
tree861610e3676bdcfd5d1e54ce268fdceb66016238 /js/document/models/html.js
parent7812925f6864a6f3a01e4a76924dc5c71706ff37 (diff)
downloadninja-4ba680a7e9168d0f505a81e42a287dfbc54b4d7d.tar.gz
Preliminary IO to new DOM view
Diffstat (limited to 'js/document/models/html.js')
-rwxr-xr-xjs/document/models/html.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/document/models/html.js b/js/document/models/html.js
index ff57454b..f45a0e21 100755
--- a/js/document/models/html.js
+++ b/js/document/models/html.js
@@ -14,7 +14,6 @@ exports.HtmlDocumentModel = Montage.create(BaseDocumentModel, {
14 //////////////////////////////////////////////////////////////////// 14 ////////////////////////////////////////////////////////////////////
15 // 15 //
16 hasTemplate: { 16 hasTemplate: {
17 enumerable: false,
18 value: false 17 value: false
19 } 18 }
20 //////////////////////////////////////////////////////////////////// 19 ////////////////////////////////////////////////////////////////////