diff options
author | Valerio Virgillito | 2012-06-18 22:22:57 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-06-18 22:22:57 -0700 |
commit | 795a6908ccac21b773490954371f2c4def9e5379 (patch) | |
tree | 68db12b1fc96286cc8ff78034c7b155df71f9ef3 /js/document | |
parent | ad6f78493295c9c7b4c11cd6a895dd5cc8e207f7 (diff) | |
parent | 918a4f5870e972b6e4e301c3237e065a1ffd26f5 (diff) | |
download | ninja-795a6908ccac21b773490954371f2c4def9e5379.tar.gz |
Merge branch 'refs/heads/master' into montage-v11-integration
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 aded9241..b9c8e797 100755 --- a/js/document/document-html.js +++ b/js/document/document-html.js | |||
@@ -36,7 +36,7 @@ exports.HtmlDocument = Montage.create(Component, { | |||
36 | //////////////////////////////////////////////////////////////////// | 36 | //////////////////////////////////////////////////////////////////// |
37 | // | 37 | // |
38 | exclusionList: { | 38 | exclusionList: { |
39 | value: ["HTML", "BODY", "NINJA-CONTENT"] | 39 | value: ["HTML", "BODY", "NINJA-CONTENT", "NINJA-VIEWPORT"] |
40 | }, | 40 | }, |
41 | //////////////////////////////////////////////////////////////////// | 41 | //////////////////////////////////////////////////////////////////// |
42 | // | 42 | // |