X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/0214643f72c6aaa8e85eaba2ad27f2ca03ca6401..efe36f4f1b5df351eeb4d40a54c3900cf9a7079b:/fnpjs/vbox.js?ds=sidebyside diff --git a/fnpjs/vbox.js b/fnpjs/vbox.js deleted file mode 100644 index a7a5a67..0000000 --- a/fnpjs/vbox.js +++ /dev/null @@ -1,13 +0,0 @@ -define(['libs/jquery-1.9.1.min', './layout'], function($, layout) { - - var VBox = function() {}; - - VBox.prototype = new layout.Layout('
'); - VBox.prototype.appendView = function(view) { - var item = $('
').addClass('fnpjs-vbox-item').append(view); - this.dom.append(item); - } - - return {VBox: VBox}; - -}); \ No newline at end of file