Skip to content

Commit

Permalink
Fix javascript error caused by resources plugin bundling/use strict i…
Browse files Browse the repository at this point in the history
…n qtip.
  • Loading branch information
mootinator committed Jul 26, 2012
1 parent 84ed11f commit 2b21718
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -67,7 +67,7 @@ jQuery.validator.addMethod("phone", function(value, element, params) {
}, 'Invalid international phone number.');

// amended from existing remote method
JQueryValidatorUI = {
var JQueryValidatorUI = {
remote: function(validator, constraint, value, element, params) {
if ( validator.optional(element) )
return "dependency-mismatch";
Expand Down

0 comments on commit 2b21718

Please sign in to comment.