Zmiana nazwy project -> platforma.
[redakcja.git] / project / static / js / views / editor.js
diff --git a/project/static/js/views/editor.js b/project/static/js/views/editor.js
deleted file mode 100644 (file)
index b3c9563..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-/*global View render_template panels */
-var EditorView = View.extend({
-  _className: 'EditorView',
-  element: null,
-  model: null,
-  template: null,
-  
-  init: function(element, model, template) {
-    this._super(element, model, template);
-    this.model.load();
-  }
-});