Browse Source

Merge branch 'dev'

Robin Herbots 13 years ago
parent
commit
41dcb4d306
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
 * Copyright (c) 2010 - 2012 Robin Herbots
 * Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
-* Version: 1.0.12
+* Version: 1.0.13
 */
 
 (function($) {
@@ -652,7 +652,7 @@
                  	var events = $._data(npt).events;
 
 					$.each(events, function(eventType, eventHandlers){
-                         $(npt).bind(eventType, function(event) { 
+                         $(npt).bind(eventType + ".inputmask", function(event) { 
                          							if (this.readOnly || this.disabled) {
                          							  event.stopPropagation(); 
                          							  event.stopImmediatePropagation();