-
-
Merge pull request #64 from oheard/master
Add 'main' property to bower.json for rails-assets support.
-
Add 'main' property to bower.json
This should allow the package to be used with http://rails-assets.org
-
-
Should remove characters in correct order when backspacing over a for…
…matted character.
-
Merge pull request #46 from muffinresearch/fix-typo-in-bower-json
Fix typo in bower.json
-
-
-
-
-
-
-
Merge pull request #38 from braintreeps/master
Add multi-pattern support.
-
Merge pull request #31 from fabdouglas/patch-2
Reuse the current pattern as default on 'resetPattern ' call #31
-
-
Merge pull request #33 from brianpeiris/ci-test
CI Additions #33
-
Merge pull request #32 from brianpeiris/master
Linting fixes #32
-
-
-
brianpeiris committed
Jan 28, 2014 -
brianpeiris committed
Jan 28, 2014 -
Add building and linting to Makefile for CI
brianpeiris committedJan 28, 2014 -
-
-
-
Disable caret positionning on reset
Main issue : there is no way to format the input when it is updated with 'val()' function. Calling 'resetPattern' is the good solution, unfortunally the input get focus; this cause troubles on IE7 (inputs are blinking continuously) and on modern browsers since focus are stolen. So I disabled the caret manipulation on 'resetPattern'