Skip to content

Commit e0599b2

Browse files
committed
Cleaning whitespace from that last merge.
1 parent f318592 commit e0599b2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

spec/Focus.Spec.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,12 @@ feature("Focusing A Masked Input",function(){
3535
});
3636
});
3737

38-
3938
scenario("Masking a hidden input",function(){
4039
var error;
41-
$(window).on("error.test",function(err){error=err;})
40+
$(window).on("error.test",function(err){error=err;})
41+
4242
given("a mask on a hidden input",function(){
4343
input.hide().mask("9");
44-
4544
});
4645
when("focusing input",function(){
4746
input.focus();

0 commit comments

Comments
 (0)