summaryrefslogtreecommitdiffstats
path: root/web/type.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/type.js')
-rw-r--r--web/type.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/type.js b/web/type.js
index c597c0a..0ae084e 100644
--- a/web/type.js
+++ b/web/type.js
@@ -1,9 +1,9 @@
/*
- * Copyright (c) 2012-2014 Kaarle Ritvanen
+ * Copyright (c) 2012-2015 Kaarle Ritvanen
* See LICENSE file for license details
*/
-define(["underscore"], function(_) {
+angular.module("aconf").factory("aconfType", function() {
function isList(meta) {
return _.contains(["list", "set"], meta.type);
}