summaryrefslogtreecommitdiffstats
path: root/web/layout/stacked.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/layout/stacked.js')
-rw-r--r--web/layout/stacked.js14
1 files changed, 0 insertions, 14 deletions
diff --git a/web/layout/stacked.js b/web/layout/stacked.js
deleted file mode 100644
index acff8a6..0000000
--- a/web/layout/stacked.js
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * Copyright (c) 2012-2014 Kaarle Ritvanen
- * See LICENSE file for license details
- */
-
-define(["aconf/type", "aconf/widget/inline"], function(type, Base) {
- return Base.extend({
- widget: function(meta) {
- return type.isTreeNode(meta) ? Base : Base.widget.call(this, meta);
- }
- });
-});
-
-