From 648ee61ae84216d0236e0dbc211addc13b2cfa3a Mon Sep 17 00:00:00 2001 From: Kris Kowal Date: Fri, 6 Jul 2012 11:52:06 -0700 Subject: Expand tabs --- .../layout/document-bar.reel/document-bar.html | 4 +-- .../layout/document-bar.reel/document-bar.js | 30 +++++++++++----------- .../layout/document-entry.reel/document-entry.html | 4 +-- .../layout/tools-list.reel/tools-list.html | 4 +-- .../tools-properties.reel/tools-properties.html | 6 ++--- 5 files changed, 24 insertions(+), 24 deletions(-) (limited to 'js/components/layout') diff --git a/js/components/layout/document-bar.reel/document-bar.html b/js/components/layout/document-bar.reel/document-bar.html index 945ab689..c9e16120 100755 --- a/js/components/layout/document-bar.reel/document-bar.html +++ b/js/components/layout/document-bar.reel/document-bar.html @@ -72,8 +72,8 @@ POSSIBILITY OF SUCH DAMAGE. "zoomControl": {"@": "hottext1"} } } - } - + } + diff --git a/js/components/layout/document-bar.reel/document-bar.js b/js/components/layout/document-bar.reel/document-bar.js index 86c55267..7e2b4dbb 100755 --- a/js/components/layout/document-bar.reel/document-bar.js +++ b/js/components/layout/document-bar.reel/document-bar.js @@ -127,21 +127,21 @@ exports.DocumentBar = Montage.create(Component, { value: 100 }, - zoomFactor: { - get: function() { return this._zoomFactor; }, - - set: function(value) - { - if(value !== this._zoomFactor) - { - this._zoomFactor = value; - if (!this._firstDraw) - { - this.application.ninja.stage.setZoom(value); - } - } - } - }, + zoomFactor: { + get: function() { return this._zoomFactor; }, + + set: function(value) + { + if(value !== this._zoomFactor) + { + this._zoomFactor = value; + if (!this._firstDraw) + { + this.application.ninja.stage.setZoom(value); + } + } + } + }, draw: { value: function() { diff --git a/js/components/layout/document-entry.reel/document-entry.html b/js/components/layout/document-entry.reel/document-entry.html index 4d89d6d7..da287f45 100755 --- a/js/components/layout/document-entry.reel/document-entry.html +++ b/js/components/layout/document-entry.reel/document-entry.html @@ -57,8 +57,8 @@ POSSIBILITY OF SUCH DAMAGE. } ] } - } - + } +
  • diff --git a/js/components/layout/tools-list.reel/tools-list.html b/js/components/layout/tools-list.reel/tools-list.html index 76422d9e..92409684 100755 --- a/js/components/layout/tools-list.reel/tools-list.html +++ b/js/components/layout/tools-list.reel/tools-list.html @@ -160,8 +160,8 @@ POSSIBILITY OF SUCH DAMAGE. ] } } - } - + } + diff --git a/js/components/layout/tools-properties.reel/tools-properties.html b/js/components/layout/tools-properties.reel/tools-properties.html index f51bce10..6159a230 100755 --- a/js/components/layout/tools-properties.reel/tools-properties.html +++ b/js/components/layout/tools-properties.reel/tools-properties.html @@ -165,7 +165,7 @@ POSSIBILITY OF SUCH DAMAGE. "rotateStageProperties": {"@": "rotateStageProperties"}, "panProperties": {"@": "panProperties"}, "zoomProperties": {"@": "zoomProperties"}, - "bindingProperties": {"@": "bindingProperties"} + "bindingProperties": {"@": "bindingProperties"} }, "bindings": { "currentSelectedTool": { @@ -175,8 +175,8 @@ POSSIBILITY OF SUCH DAMAGE. } } } - } - + } + -- cgit v1.2.3