diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-07-11 17:07:05 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-07-11 17:07:05 -0400 |
| commit | 9a2cfe7da6808a04b7c668075e9e9598ddb5ae04 (patch) | |
| tree | 2cdc8c411c67f0f3b54fc65a3dc1b4b5b95e7731 /public/assets/javascripts/ui/editor/EditorView.js | |
| parent | bce442242f167b70be1f7b24190f9e59d3c24e37 (diff) | |
basic media editor
Diffstat (limited to 'public/assets/javascripts/ui/editor/EditorView.js')
| -rw-r--r-- | public/assets/javascripts/ui/editor/EditorView.js | 2 |
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 2bb2d61..017e241 100644 --- a/public/assets/javascripts/ui/editor/EditorView.js +++ b/public/assets/javascripts/ui/editor/EditorView.js @@ -13,6 +13,7 @@ var EditorView = View.extend({ this.settings = new EditorSettings ({ parent: this }) this.mediaViewer = new MediaViewer ({ parent: this }) this.mediaUpload = new MediaUpload ({ parent: this }) + this.mediaEditor = new MediaEditor ({ parent: this }) this.wallpaperPicker = new WallpaperPicker ({ parent: this }) this.lightControl = new LightControl ({ parent: this }) }, @@ -39,4 +40,3 @@ var EditorView = View.extend({ } }) - |
