X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/412e60ded1457ec0f408e2234c9dd60122929bac..efe36f4f1b5df351eeb4d40a54c3900cf9a7079b:/fnpjs/vbox.js diff --git a/fnpjs/vbox.js b/fnpjs/vbox.js deleted file mode 100644 index dfb5a9f..0000000 --- a/fnpjs/vbox.js +++ /dev/null @@ -1,13 +0,0 @@ -define(['libs/jquery', './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