summaryrefslogtreecommitdiff
path: root/web-ui/app/js/lib
diff options
context:
space:
mode:
authorPatrick Maia <patrickjourdanmaia@gmail.com>2014-08-07 16:01:04 -0300
committerPatrick Maia <patrickjourdanmaia@gmail.com>2014-08-08 13:44:43 -0300
commitb30c4434e50c4e3ac128cf04ce4935ca6c660037 (patch)
tree694c57df36e002e6fff6091812aeafae298e7a35 /web-ui/app/js/lib
parent77b12bda3df10710daf7c441512146170523f003 (diff)
adds with_feature_toggle mixin
Diffstat (limited to 'web-ui/app/js/lib')
-rw-r--r--web-ui/app/js/lib/features.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/web-ui/app/js/lib/features.js b/web-ui/app/js/lib/features.js
new file mode 100644
index 00000000..deacc8fe
--- /dev/null
+++ b/web-ui/app/js/lib/features.js
@@ -0,0 +1,5 @@
+define([], function() {
+ return {
+
+ };
+});