summaryrefslogtreecommitdiffstats
path: root/web/layout/tabular.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/layout/tabular.js')
-rw-r--r--web/layout/tabular.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/web/layout/tabular.js b/web/layout/tabular.js
index 084d85c..db849e8 100644
--- a/web/layout/tabular.js
+++ b/web/layout/tabular.js
@@ -5,10 +5,10 @@
define(
[
- "acf2/type",
- "acf2/widget/inline",
- "acf2/widget/table/header",
- "acf2/widget/table/row"
+ "aconf/type",
+ "aconf/widget/inline",
+ "aconf/widget/table/header",
+ "aconf/widget/table/row"
],
function(type, Base, TableHeader, TableRow) {
return Base.extend({