Browse Source

Merge pull request #80 from RobinHerbots/dev

Dev
Robin Herbots 13 years ago
parent
commit
97809b3e18
2 changed files with 1 additions and 2 deletions
  1. 1 1
      README.md
  2. 0 1
      js/jquery.inputmask.js

+ 1 - 1
README.md

@@ -5,7 +5,7 @@ jquery.inputmask is a jquery plugin which create an input mask.
 Copyright (c) 2010 - 2012 Robin Herbots   
 Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
 
-The plugin is based on the maskedinput plugin of Josh Bush (http://digitalbush.com/projects/masked-input-plugin), but has finer control over the 'mask-definitions' and is fully compatible with the ui-datepicker
+The plugin is based on the idea of the maskedinput plugin of Josh Bush (http://digitalbush.com/projects/masked-input-plugin), but has finer control over the 'mask-definitions' and is fully compatible with the ui-datepicker
 
 A definition can have a cardinality and have multiple prevalidators.
 

+ 0 - 1
js/jquery.inputmask.js

@@ -5,7 +5,6 @@ Copyright (c) 2010 - 2012 Robin Herbots
 Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
 Version: 1.0.10
  
-This plugin is based on the masked input plugin written by Josh Bush (digitalbush.com)
 */
 
 (function($) {