We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f318592 commit e0599b2Copy full SHA for e0599b2
spec/Focus.Spec.js
@@ -35,13 +35,12 @@ feature("Focusing A Masked Input",function(){
35
});
36
37
38
-
39
scenario("Masking a hidden input",function(){
40
var error;
41
- $(window).on("error.test",function(err){error=err;})
+ $(window).on("error.test",function(err){error=err;})
+
42
given("a mask on a hidden input",function(){
43
input.hide().mask("9");
44
45
46
when("focusing input",function(){
47
input.focus();
0 commit comments