aboutsummaryrefslogtreecommitdiff
path: root/js/document/views/base.js
diff options
context:
space:
mode:
authorJose Antonio Marquez2012-05-24 00:25:14 -0700
committerJose Antonio Marquez2012-05-24 00:25:14 -0700
commit36c7e9a31e5197fee6824ffe746d715b24bcadcb (patch)
tree7088a208a6f36eb334b3cabe5280629870fbab9f /js/document/views/base.js
parentfef450f6dd19243f7d6cffb80ba706a67d39e284 (diff)
downloadninja-36c7e9a31e5197fee6824ffe746d715b24bcadcb.tar.gz
Renaming variable as it will now be used
This is no longer a temp fix, it might be a permanent boolean to open/close web-request API gates.
Diffstat (limited to 'js/document/views/base.js')
-rwxr-xr-xjs/document/views/base.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/document/views/base.js b/js/document/views/base.js
index db72cc60..d13dce1a 100755
--- a/js/document/views/base.js
+++ b/js/document/views/base.js
@@ -28,7 +28,7 @@ exports.BaseDocumentView = Montage.create(Component, {
28 value: null 28 value: null
29 }, 29 },
30 //////////////////////////////////////////////////////////////////// 30 ////////////////////////////////////////////////////////////////////
31 // 31 //TODO: This should be renamed to better illustrate it's a container (iframe for design, div for code view)
32 iframe: { 32 iframe: {
33 get: function() {return this._iframe;}, 33 get: function() {return this._iframe;},
34 set: function(value) {this._iframe= value;} 34 set: function(value) {this._iframe= value;}