summaryrefslogtreecommitdiff
path: root/public/assets/javascripts/ui/editor/EditorView.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-10-10 19:30:19 -0400
committerJules Laplace <jules@okfoc.us>2014-10-10 19:30:19 -0400
commitc777456e398fc0f7aed955596505720e0f13e1a8 (patch)
treebc5ce657d85a0eca1c15097f9eaaff6dab80cec0 /public/assets/javascripts/ui/editor/EditorView.js
parent43b34606dcdc7996e8069998b2ff7d9f40c4dc25 (diff)
Presets
Diffstat (limited to 'public/assets/javascripts/ui/editor/EditorView.js')
-rw-r--r--public/assets/javascripts/ui/editor/EditorView.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/assets/javascripts/ui/editor/EditorView.js b/public/assets/javascripts/ui/editor/EditorView.js
index f60b149..b35c872 100644
--- a/public/assets/javascripts/ui/editor/EditorView.js
+++ b/public/assets/javascripts/ui/editor/EditorView.js
@@ -18,6 +18,7 @@ var EditorView = View.extend({
this.lightControl = new LightControl ({ parent: this })
this.textEditor = new TextEditor ({ parent: this })
this.collaborators = new Collaborators ({ parent: this })
+ this.presets = new Presets ({ parent: this })
},
load: function(name){