diff options
author | Valerio Virgillito | 2012-05-16 16:04:30 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-05-16 16:04:30 -0700 |
commit | bdd4b24c9e738c65ab8f6f9942358c59fe60edf1 (patch) | |
tree | 37f3233b740d1d6950f084d92e09d1588880af4d /js/document | |
parent | 2c9ed2068b12884fc026fe3a7b57021e7e591f1c (diff) | |
parent | b6e5c42084c85382068bdab8b79a0280a563cffa (diff) | |
download | ninja-bdd4b24c9e738c65ab8f6f9942358c59fe60edf1.tar.gz |
Merge branch 'dom-architecture' of github.com:Motorola-Mobility/ninja-internal into dom-architecture
Diffstat (limited to 'js/document')
-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 | // |