Override the correct function

This commit is contained in:
Nathan Gray 2013-10-01 15:52:25 +00:00
parent a8136aa191
commit 4449e9a44b

View File

@ -704,7 +704,7 @@ var et2_vfsSelect = et2_inputWidget.extend(
this.options.method_id = id;
},
get_value: function() {
getValue: function() {
return this.value;
}
});