X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/392251a9a79eb96a0fd51438c64606d70ade3395..78644811ca0c6042212788dc67add42bc41fb74c:/project/static/js/views/html.js?ds=sidebyside diff --git a/project/static/js/views/html.js b/project/static/js/views/html.js deleted file mode 100644 index 87f2ab7b..00000000 --- a/project/static/js/views/html.js +++ /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