Zmiana nazwy project -> platforma.
[redakcja.git] / project / static / js / views / html.js
diff --git a/project/static/js/views/html.js b/project/static/js/views/html.js
deleted file mode 100644 (file)
index 87f2ab7..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-/*global View render_template panels */
-var HTMLView = View.extend({
-  element: null,
-  model: null,
-  template: 'html-view-template',
-  
-  init: function(element, model, template) {
-    this._super(element, model, template);
-  },
-  
-  dispose: function() {
-    this._super();
-  }
-});
-
-// Register view
-panels['html'] = HTMLView;
\ No newline at end of file