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