Skip to content

Commit

Permalink
Dialog demo: syntax error, errant single quote from last style guide …
Browse files Browse the repository at this point in the history
…update. Fixed #6074 - Dialog: demo of modal form broken
  • Loading branch information
rdworth committed Sep 20, 2010
1 parent bcde38d commit 82b1595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/dialog/modal-form.html
Expand Up @@ -77,7 +77,7 @@
buttons: {
"Create an account": function() {
var bValid = true;
allFields.removeClass( "ui-state-error' );
allFields.removeClass( "ui-state-error" );

bValid = bValid && checkLength( name, "username", 3, 16 );
bValid = bValid && checkLength( email, "email", 6, 80 );
Expand Down

0 comments on commit 82b1595

Please sign in to comment.