aboutsummaryrefslogtreecommitdiff
path: root/js/document/models/html.js
diff options
context:
space:
mode:
authorJose Antonio Marquez2012-05-18 14:20:40 -0700
committerJose Antonio Marquez2012-05-18 14:20:40 -0700
commit615ec16fb7e3f7da9f0718a26d8242682ab1f588 (patch)
tree92f3f7d31302d781482496e4fc456c867de5bd49 /js/document/models/html.js
parent6c70c8bf28c2239d29f3abecc8a7ea59b2860bab (diff)
parent66edf78c7e5df11218ef733686965beab05c7c7d (diff)
downloadninja-615ec16fb7e3f7da9f0718a26d8242682ab1f588.tar.gz
Merge branch 'refs/heads/Ninja-DOM-Architecture' into Document
Diffstat (limited to 'js/document/models/html.js')
-rwxr-xr-xjs/document/models/html.js17
1 files changed, 17 insertions, 0 deletions
diff --git a/js/document/models/html.js b/js/document/models/html.js
index 67457863..a97b4b5a 100755
--- a/js/document/models/html.js
+++ b/js/document/models/html.js
@@ -28,6 +28,23 @@ exports.HtmlDocumentModel = Montage.create(BaseDocumentModel, {
28 value: false 28 value: false
29 }, 29 },
30 //////////////////////////////////////////////////////////////////// 30 ////////////////////////////////////////////////////////////////////
31 //
32 scrollLeft: {
33 value: null
34 },
35
36 scrollTop: {
37 value: null
38 },
39
40 userContentLeft: {
41 value: null
42 },
43
44 userContentTop: {
45 value: null
46 },
47 ////////////////////////////////////////////////////////////////////
31 // 48 //
32 baseHref: { 49 baseHref: {
33 value: null 50 value: null