Skip to content

Commit

Permalink
Mask: fixing a broken unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarf committed Oct 11, 2011
1 parent a71766f commit eda2ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/mask/mask_events.js
Expand Up @@ -20,8 +20,8 @@ asyncTest( "focus: Initial Caret Positioning", function() {
equal( input.val(), "_", "Initial Value Expected" );
input.focus();
setTimeout( function() {
input.blur();
deepEqual( mask._caret(), { begin: 0, end: 0 }, "Caret position correct");
input.blur();

input.mask( "option", "mask", "(9)" );
equal( input.val(), "(_)", "Initial Value Expected" );
Expand Down

0 comments on commit eda2ac5

Please sign in to comment.