Refactoring: cleaning directories structure
[fnpeditor.git] / fnpjs / vbox.js
diff --git a/fnpjs/vbox.js b/fnpjs/vbox.js
deleted file mode 100644 (file)
index a7a5a67..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-define(['libs/jquery-1.9.1.min', './layout'], function($, layout) {\r
-    \r
-    var VBox = function() {};\r
-    \r
-    VBox.prototype = new layout.Layout('<div class="fnpjs-vbox"></div>');\r
-    VBox.prototype.appendView = function(view) {\r
-        var item = $('<div>').addClass('fnpjs-vbox-item').append(view);\r
-        this.dom.append(item);\r
-    }\r
-    \r
-    return {VBox: VBox};\r
-    \r
-});
\ No newline at end of file