diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-08-11 16:50:31 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-08-11 17:57:12 -0400 |
| commit | d84c89a8dd770ea174a7d2ac90927046a5f4b5f6 (patch) | |
| tree | f0d19e8882f6f061cd513bf92d7ebed84dbdce9d /public/assets/javascripts/ui/blueprint/BlueprintView.js | |
| parent | 4024085b09261c23cd89227e340037e0238072c7 (diff) | |
blueprint upload styling
Diffstat (limited to 'public/assets/javascripts/ui/blueprint/BlueprintView.js')
| -rw-r--r-- | public/assets/javascripts/ui/blueprint/BlueprintView.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/assets/javascripts/ui/blueprint/BlueprintView.js b/public/assets/javascripts/ui/blueprint/BlueprintView.js index 40c61d7..a803f12 100644 --- a/public/assets/javascripts/ui/blueprint/BlueprintView.js +++ b/public/assets/javascripts/ui/blueprint/BlueprintView.js @@ -12,7 +12,7 @@ var BlueprintView = View.extend({ // this.colorControl = new ColorControl ({ parent: this }) // this.cursor = new HelpCursor({ parent: this }) this.blueprintUpload = new BlueprintUpload ({ parent: this }) - this.blueprintEditor = new BlueprintEditor ({ parent: this }) + this.blueprintScaler = new BlueprintScaler ({ parent: this }) }, load: function(name){ |
