r2371 - fixed the default value for allowPartials
Author: powella
Date: Mon Mar 23 16:43:18 2009
New Revision: 2371
Modified:
branches/dev/mask/ui/ui.mask.js
Log:
fixed the default value for allowPartials
Modified: branches/dev/mask/ui/ui.mask.js
==============================================================================
--- branches/dev/mask/ui/ui.mask.js (original)
+++ branches/dev/mask/ui/ui.mask.js Mon Mar 23 16:43:18 2009
@@ -262,7 +262,7 @@
mask: '',
placeholder: '_',
completed: null,
- allowPartials: $.ui.mask.allowPartials
+ allowPartials: false
},
definitions: { //Predefined character definitions
'#': "[\\d]",