summaryrefslogtreecommitdiffstats
path: root/module/web/app/scripts/views/input/inputLoader.js
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/app/scripts/views/input/inputLoader.js')
-rw-r--r--module/web/app/scripts/views/input/inputLoader.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/module/web/app/scripts/views/input/inputLoader.js b/module/web/app/scripts/views/input/inputLoader.js
deleted file mode 100644
index 11665abb4..000000000
--- a/module/web/app/scripts/views/input/inputLoader.js
+++ /dev/null
@@ -1,8 +0,0 @@
-define(['./textInput'], function(textInput) {
- 'use strict';
-
- // selects appropriate input element
- return function(input, value, default_value, description) {
- return textInput;
- };
-}); \ No newline at end of file