diff options
author | Jose Antonio Marquez | 2012-02-17 13:40:38 -0800 |
---|---|---|
committer | Jose Antonio Marquez | 2012-02-17 13:40:38 -0800 |
commit | a42c536c2b3209afc058eabd31167bd0aa6f71c8 (patch) | |
tree | 04158cd6136807bd77e8748972e165a5c91ce23b /js/document/text-document.js | |
parent | c56673e931e77b0c45b3a1c1112d16be3b599916 (diff) | |
download | ninja-a42c536c2b3209afc058eabd31167bd0aa6f71c8.tar.gz |
Adding webRequest redirects for iFrame templates
Diffstat (limited to 'js/document/text-document.js')
-rwxr-xr-x | js/document/text-document.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/js/document/text-document.js b/js/document/text-document.js index 6f8efaad..3e20e1f6 100755 --- a/js/document/text-document.js +++ b/js/document/text-document.js | |||
@@ -6,9 +6,10 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
6 | 6 | ||
7 | //BaseDocument Object for all files types and base class for HTML documents. | 7 | //BaseDocument Object for all files types and base class for HTML documents. |
8 | 8 | ||
9 | var Montage = require("montage/core/core").Montage; | 9 | var Montage = require("montage/core/core").Montage, |
10 | Component = require("montage/ui/component").Component; | ||
10 | 11 | ||
11 | var TextDocument = exports.TextDocument = Montage.create(Montage, { | 12 | var TextDocument = exports.TextDocument = Montage.create(Component, { |
12 | 13 | ||
13 | 14 | ||
14 | //TODO: Clean up, test | 15 | //TODO: Clean up, test |