summaryrefslogtreecommitdiff
path: root/public/assets/javascripts/ui/editor/EditorView.js
diff options
context:
space:
mode:
authorJulie Lala <jules@okfoc.us>2014-10-16 00:58:28 -0400
committerJulie Lala <jules@okfoc.us>2014-10-16 00:58:28 -0400
commit513a272520222784d67dc22c1ac833aa47a9c844 (patch)
treecf1ac316a4f4e29aea13af30e5e0764e8f243d6c /public/assets/javascripts/ui/editor/EditorView.js
parenta7fe78b6059e3568d38876ba68e650b841912125 (diff)
rename light control to color control
Diffstat (limited to 'public/assets/javascripts/ui/editor/EditorView.js')
-rw-r--r--public/assets/javascripts/ui/editor/EditorView.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/assets/javascripts/ui/editor/EditorView.js b/public/assets/javascripts/ui/editor/EditorView.js
index 05d1bec..9946feb 100644
--- a/public/assets/javascripts/ui/editor/EditorView.js
+++ b/public/assets/javascripts/ui/editor/EditorView.js
@@ -17,7 +17,7 @@ var EditorView = View.extend({
this.mediaUpload = new MediaUpload ({ parent: this })
this.mediaEditor = new MediaEditor ({ parent: this })
this.wallpaperPicker = new WallpaperPicker ({ parent: this })
- this.lightControl = new LightControl ({ parent: this })
+ this.colorControl = new ColorControl ({ parent: this })
this.textEditor = new TextEditor ({ parent: this })
this.collaborators = new Collaborators ({ parent: this })
this.presets = new Presets ({ parent: this })