Browse Source

Merge branch '1.x' into 2.x

Robin Herbots 13 years ago
parent
commit
be3bdce565
1 changed files with 2 additions and 2 deletions
  1. 2 2
      js/jquery.inputmask.js

+ 2 - 2
js/jquery.inputmask.js

@@ -3,7 +3,7 @@
 * http://github.com/RobinHerbots/jquery.inputmask
 * http://github.com/RobinHerbots/jquery.inputmask
 * Copyright (c) 2010 - 2013 Robin Herbots
 * Copyright (c) 2010 - 2013 Robin Herbots
 * Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
 * Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
-* Version: 2.1.1b
+* Version: 2.1.1c
 */
 */
 
 
 (function ($) {
 (function ($) {
@@ -339,7 +339,7 @@
 
 
                 }
                 }
 
 
-                generateMask("", opts.mask);
+                generateMask("", opts.mask.toString());
                 return ms;
                 return ms;
             }
             }