aboutsummaryrefslogtreecommitdiff
path: root/js/document/views
diff options
context:
space:
mode:
authorJose Antonio Marquez2012-06-06 13:50:05 -0700
committerJose Antonio Marquez2012-06-06 13:50:05 -0700
commit98d8cf7fdc1b14a6ac4eaa54f9086a558f3a60cb (patch)
treec84da229cf5922daae0997fa071d3aa1b91d079c /js/document/views
parent6a0f150f49be656e0725bc77b452a3141dddd47c (diff)
downloadninja-98d8cf7fdc1b14a6ac4eaa54f9086a558f3a60cb.tar.gz
Cleaning more.
Diffstat (limited to 'js/document/views')
-rwxr-xr-xjs/document/views/design.js30
1 files changed, 15 insertions, 15 deletions
diff --git a/js/document/views/design.js b/js/document/views/design.js
index 53590944..5af24546 100755
--- a/js/document/views/design.js
+++ b/js/document/views/design.js
@@ -28,11 +28,6 @@ exports.DesignDocumentView = Montage.create(BaseDocumentView, {
28 }, 28 },
29 //////////////////////////////////////////////////////////////////// 29 ////////////////////////////////////////////////////////////////////
30 // 30 //
31 _document: {
32 value: null
33 },
34 ////////////////////////////////////////////////////////////////////
35 //
36 _bodyFragment: { 31 _bodyFragment: {
37 value: null 32 value: null
38 }, 33 },
@@ -52,14 +47,13 @@ exports.DesignDocumentView = Montage.create(BaseDocumentView, {
52 value: null 47 value: null
53 }, 48 },
54 //////////////////////////////////////////////////////////////////// 49 ////////////////////////////////////////////////////////////////////
55 // 50 //
56 document: { 51 _liveNodeList: {
57 get: function() {return this._document;}, 52 value: null
58 set: function(value) {this._document = value;}
59 }, 53 },
60 //////////////////////////////////////////////////////////////////// 54 ////////////////////////////////////////////////////////////////////
61 // 55 //
62 _liveNodeList: { 56 _webGlHelper: {
63 value: null 57 value: null
64 }, 58 },
65 //////////////////////////////////////////////////////////////////// 59 ////////////////////////////////////////////////////////////////////
@@ -75,6 +69,17 @@ exports.DesignDocumentView = Montage.create(BaseDocumentView, {
75 }, 69 },
76 //////////////////////////////////////////////////////////////////// 70 ////////////////////////////////////////////////////////////////////
77 // 71 //
72 _document: {
73 value: null
74 },
75 ////////////////////////////////////////////////////////////////////
76 //
77 document: {
78 get: function() {return this._document;},
79 set: function(value) {this._document = value;}
80 },
81 ////////////////////////////////////////////////////////////////////
82 //
78 _documentRoot: { 83 _documentRoot: {
79 value: null 84 value: null
80 }, 85 },
@@ -86,11 +91,6 @@ exports.DesignDocumentView = Montage.create(BaseDocumentView, {
86 }, 91 },
87 //////////////////////////////////////////////////////////////////// 92 ////////////////////////////////////////////////////////////////////
88 // 93 //
89 _webGlHelper: {
90 value: null
91 },
92 ////////////////////////////////////////////////////////////////////
93 //
94 getLiveNodeList: { 94 getLiveNodeList: {
95 value: function(useFilter) { 95 value: function(useFilter) {
96 if(useFilter) { 96 if(useFilter) {