summaryrefslogtreecommitdiff
path: root/public/assets/javascripts/ui/editor/Presets.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-10-15 17:09:45 -0400
committerJules Laplace <jules@okfoc.us>2014-10-15 17:09:45 -0400
commit6ad93b573ed6e9b4b339fa0d746bf21b8f827fdb (patch)
treefbf11caca0273f4a95aa3152bb8f2e76e1ff55b0 /public/assets/javascripts/ui/editor/Presets.js
parent86121b6f8ad112c35a07bc98b161572648517f12 (diff)
help messages on button, starting drag stuff
Diffstat (limited to 'public/assets/javascripts/ui/editor/Presets.js')
-rw-r--r--public/assets/javascripts/ui/editor/Presets.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/assets/javascripts/ui/editor/Presets.js b/public/assets/javascripts/ui/editor/Presets.js
index 6222e33..35b5b58 100644
--- a/public/assets/javascripts/ui/editor/Presets.js
+++ b/public/assets/javascripts/ui/editor/Presets.js
@@ -43,7 +43,7 @@ var Presets = View.extend({
},
show: function(){
- this.parent.cursor.show("presets")
+ this.parent.cursor.message("presets")
this.toggle(true)
},