diff options
author | Jose Antonio Marquez | 2012-05-01 15:26:37 -0700 |
---|---|---|
committer | Jose Antonio Marquez | 2012-05-01 15:26:37 -0700 |
commit | 4ba680a7e9168d0f505a81e42a287dfbc54b4d7d (patch) | |
tree | 861610e3676bdcfd5d1e54ce268fdceb66016238 /js/document/helpers | |
parent | 7812925f6864a6f3a01e4a76924dc5c71706ff37 (diff) | |
download | ninja-4ba680a7e9168d0f505a81e42a287dfbc54b4d7d.tar.gz |
Preliminary IO to new DOM view
Diffstat (limited to 'js/document/helpers')
-rwxr-xr-x | js/document/helpers/url-parser.js | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/js/document/helpers/url-parser.js b/js/document/helpers/url-parser.js index 878c79e9..a1a7406a 100755 --- a/js/document/helpers/url-parser.js +++ b/js/document/helpers/url-parser.js | |||
@@ -14,8 +14,29 @@ exports.UrlParser = Montage.create(Component, { | |||
14 | //////////////////////////////////////////////////////////////////// | 14 | //////////////////////////////////////////////////////////////////// |
15 | // | 15 | // |
16 | hasTemplate: { | 16 | hasTemplate: { |
17 | enumerable: false, | ||
18 | value: false | 17 | value: false |
18 | }, | ||
19 | //////////////////////////////////////////////////////////////////// | ||
20 | // | ||
21 | parseStyles: { | ||
22 | value: function (styles) { | ||
23 | // | ||
24 | } | ||
25 | }, | ||
26 | //////////////////////////////////////////////////////////////////// | ||
27 | // | ||
28 | loadLocalStyleSheet: { | ||
29 | value: function (path) { | ||
30 | // | ||
31 | } | ||
32 | } | ||
33 | , | ||
34 | //////////////////////////////////////////////////////////////////// | ||
35 | // | ||
36 | loadExternalStyleSheet: { | ||
37 | value: function (path) { | ||
38 | // | ||
39 | } | ||
19 | } | 40 | } |
20 | //////////////////////////////////////////////////////////////////// | 41 | //////////////////////////////////////////////////////////////////// |
21 | //////////////////////////////////////////////////////////////////// | 42 | //////////////////////////////////////////////////////////////////// |