diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-12-01 16:27:39 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-12-01 16:27:39 -0500 |
| commit | 64f99d71c9ff0d419fad080751ba02afe9f6f3df (patch) | |
| tree | 1b1e66065ada66a38e07763c127e8e3e7f308b0c /public/assets/javascripts/ui/editor/EditorView.js | |
| parent | 42144451294184225ceccbfe0ac9459c1c6cb1a9 (diff) | |
move tumblr load stuff into own modal; example tumblrs
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 4a2f712..50d3650 100644 --- a/public/assets/javascripts/ui/editor/EditorView.js +++ b/public/assets/javascripts/ui/editor/EditorView.js @@ -15,6 +15,7 @@ var EditorView = View.extend({ this.info = new BuilderInfo ({ parent: this }) this.mediaViewer = new MediaViewer ({ parent: this }) this.mediaUpload = new MediaUpload ({ parent: this }) + this.mediaTumblr = new MediaTumblr ({ parent: this }) this.mediaEditor = new MediaEditor ({ parent: this }) this.wallpaperPicker = new WallpaperPicker ({ parent: this }) this.colorControl = new ColorControl ({ parent: this }) |
