Skip to content

Commit ecbba30

Browse files
author
Kurtis LoVerde
committed
whitespace
1 parent 58dbb2e commit ecbba30

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

demo.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,17 +76,17 @@
7676

7777
// initialize the rest
7878

79-
$( "#txtUpperAlpha" ).restrictedTextField( { type: "upperAlpha" } );
80-
$( "#txtLowerAlpha" ).restrictedTextField( { type: "lowerAlpha" } );
79+
$( "#txtUpperAlpha" ).restrictedTextField( { type : "upperAlpha" } );
80+
$( "#txtLowerAlpha" ).restrictedTextField( { type : "lowerAlpha" } );
8181
$( "#txtAlphaSpace" ).restrictedTextField( { type : "alphaSpace" } );
8282
$( "#txtUpperAlphaSpace" ).restrictedTextField( { type : "upperAlphaSpace" } );
8383
$( "#txtLowerAlphaSpace" ).restrictedTextField( { type : "lowerAlphaSpace" } );
8484
$( "#txtAlphanum" ).restrictedTextField( { type: "alphanumeric" } );
85-
$( "#txtUpperAlphanum" ).restrictedTextField( { type: "upperAlphanumeric" } );
86-
$( "#txtLowerAlphanum" ).restrictedTextField( { type: "lowerAlphanumeric" } );
87-
$( "#txtAlphanumSpace" ).restrictedTextField( { type: "alphanumericSpace" } );
88-
$( "#txtUpperAlphanumSpace" ).restrictedTextField( { type: "upperAlphanumericSpace" } );
89-
$( "#txtLowerAlphanumSpace" ).restrictedTextField( { type: "lowerAlphanumericSpace" } );
85+
$( "#txtUpperAlphanum" ).restrictedTextField( { type : "upperAlphanumeric" } );
86+
$( "#txtLowerAlphanum" ).restrictedTextField( { type : "lowerAlphanumeric" } );
87+
$( "#txtAlphanumSpace" ).restrictedTextField( { type : "alphanumericSpace" } );
88+
$( "#txtUpperAlphanumSpace" ).restrictedTextField( { type : "upperAlphanumericSpace" } );
89+
$( "#txtLowerAlphanumSpace" ).restrictedTextField( { type : "lowerAlphanumericSpace" } );
9090
$( "#txtInt" ).restrictedTextField( { type : "int" } );
9191
$( "#txtPosInt" ).restrictedTextField( { type : "positiveInt"} );
9292
$( "#txtNegInt" ).restrictedTextField( { type : "negativeInt" } );

0 commit comments

Comments
 (0)