define(['./textInput'], function(textInput) {
    'use strict';

    // selects appropriate input element
    return function(input) {
        return textInput;
    };
});