aboutsummaryrefslogtreecommitdiff
path: root/js/document
diff options
context:
space:
mode:
authorValerio Virgillito2012-05-16 16:03:48 -0700
committerValerio Virgillito2012-05-16 16:03:48 -0700
commitb6e5c42084c85382068bdab8b79a0280a563cffa (patch)
tree2158ede11ccbc2eb3a12f0b2f3c0233f0ece0a30 /js/document
parentfd54dabad7cbc27a0efb0957155c00d578912909 (diff)
parent95069173e145691b0059f2dcbbaa7332694ed778 (diff)
downloadninja-b6e5c42084c85382068bdab8b79a0280a563cffa.tar.gz
Merge pull request #240 from mqg734/Dom-Architecture
Automatically add scrollbars if any content is in negative space. Fixed selection bugs in banner templates.
Diffstat (limited to 'js/document')
-rwxr-xr-xjs/document/document-html.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/document/document-html.js b/js/document/document-html.js
index 87c776d5..a26b74d5 100755
--- a/js/document/document-html.js
+++ b/js/document/document-html.js
@@ -41,7 +41,7 @@ exports.HtmlDocument = Montage.create(Component, {
41 //////////////////////////////////////////////////////////////////// 41 ////////////////////////////////////////////////////////////////////
42 // 42 //
43 exclusionList: { 43 exclusionList: {
44 value: ["HTML", "BODY"] //TODO: Update to correct list 44 value: ["HTML", "BODY", "NINJA-CONTENT"] //TODO: Update to correct list
45 }, 45 },
46 //////////////////////////////////////////////////////////////////// 46 ////////////////////////////////////////////////////////////////////
47 // 47 //