Browse Source

fixed formatting issue

Dave Cadwallader 13 years ago
parent
commit
821eff5d3d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/jquery.inputmask.numeric.extensions.js

+ 1 - 1
js/jquery.inputmask.numeric.extensions.js

@@ -36,7 +36,7 @@ Optional extensions on the jquery.inputmask base
                         }
                         if (nptStr !== $input.val()) {
                         	$input.val(nptStr);
-						}
+                        }
                     }
                 }
             },