2017-02-20 16:04:50 -07:00

5 lines
84 B
JavaScript

module.exports = {
getValue: function() {
return this.getEl('input').value;
}
};