This commit is contained in:
Qiang Xue
2015-02-02 12:27:27 -05:00
parent 6b7600a5ef
commit 770d65a052

View File

@ -229,7 +229,7 @@
// manually trigger the validation of the attribute with the specified ID
validateAttribute: function (id) {
var attribute = methods.find(id);
var attribute = methods.find.call(this, id);
if (attribute != undefined) {
validateAttribute($(this), attribute, true);
}