diff options
author | Nivesh Rajbhandari | 2012-05-16 14:36:47 -0700 |
---|---|---|
committer | Nivesh Rajbhandari | 2012-05-16 14:36:47 -0700 |
commit | 96c92ab93bdb6eb2dd42ef275b84d83aef8254bf (patch) | |
tree | cb9dcb27bc3d4dcdf47a93f292d0f05185624324 /js/document/document-html.js | |
parent | 4f46850b376b2d428a3d9415b1dc69b36b875a2c (diff) | |
download | ninja-96c92ab93bdb6eb2dd42ef275b84d83aef8254bf.tar.gz |
Fixing selection bugs in new templates.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
Diffstat (limited to 'js/document/document-html.js')
-rwxr-xr-x | js/document/document-html.js | 2 |
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 | // |