aboutsummaryrefslogtreecommitdiff
path: root/js/document/models/html.js
diff options
context:
space:
mode:
authorValerio Virgillito2012-05-03 15:57:43 -0700
committerValerio Virgillito2012-05-03 15:57:43 -0700
commit8dcbac5d4c30e9dfbc543a5f997939111e9c9f89 (patch)
treeb053a48b8c835ae9087a97bfdf02746e7b4c3833 /js/document/models/html.js
parent602240c38e0f2c3937d3c7246247e0b59bccab2b (diff)
parentf3479e478f3cec1cb00508bedbce8dc5a210931a (diff)
downloadninja-8dcbac5d4c30e9dfbc543a5f997939111e9c9f89.tar.gz
Merge pull request #193 from joseeight/Document
New Document 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 ////////////////////////////////////////////////////////////////////