diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-10-01 19:07:10 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-10-01 19:07:10 -0400 |
| commit | ddac735a463278e245e566105ace3e32c723128c (patch) | |
| tree | 7facfe5f237af60265ce1d35b44a32b5a89941ef /public/assets/javascripts/ui/editor/EditorView.js | |
| parent | 59968931216c449aebdabcfb25b9792fdbbe8931 (diff) | |
stubbing in text editor stuff
Diffstat (limited to 'public/assets/javascripts/ui/editor/EditorView.js')
| -rw-r--r-- | public/assets/javascripts/ui/editor/EditorView.js | 1 |
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 6636a8c..83db532 100644 --- a/public/assets/javascripts/ui/editor/EditorView.js +++ b/public/assets/javascripts/ui/editor/EditorView.js @@ -16,6 +16,7 @@ var EditorView = View.extend({ this.mediaEditor = new MediaEditor ({ parent: this }) this.wallpaperPicker = new WallpaperPicker ({ parent: this }) this.lightControl = new LightControl ({ parent: this }) + this.textEditor = new TextEditor ({ parent: this }) this.collaborators = new Collaborators ({ parent: this }) }, |
