X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/0214643f72c6aaa8e85eaba2ad27f2ca03ca6401..bb42027c8fd9ed17234381d3c366c387a20592f0:/fnpjs/vbox.js diff --git a/fnpjs/vbox.js b/fnpjs/vbox.js index a7a5a67..84ac6db 100644 --- a/fnpjs/vbox.js +++ b/fnpjs/vbox.js @@ -6,7 +6,7 @@ define(['libs/jquery-1.9.1.min', './layout'], function($, layout) { VBox.prototype.appendView = function(view) { var item = $('
').addClass('fnpjs-vbox-item').append(view); this.dom.append(item); - } + }; return {VBox: VBox};