diff --git a/package.json b/package.json index 8c65c9b..be0ccd7 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "jquery.maskedinput", + "name": "jquery.maskedinput.mad", "version": "1.4.1", "author": "Josh Bush (digitalbush.com)", "description": "jQuery Masked Input Plugin", @@ -12,5 +12,21 @@ }, "scripts": { "test": "grunt test" - } + }, + "main": "gruntfile.js", + "repository": { + "type": "git", + "url": "git+https://github.com/maddyscout/jquery.maskedinput.git" + }, + "keywords": [ + "jQuery", + "Masked", + "Input", + "Plugin" + ], + "license": "MIT", + "bugs": { + "url": "https://github.com/maddyscout/jquery.maskedinput.git/issues" + }, + "homepage": "https://github.com/maddyscout/jquery.maskedinput.git#readme" } diff --git a/src/jquery.maskedinput.js b/src/jquery.maskedinput.js index d0f8a2d..bf66cda 100644 --- a/src/jquery.maskedinput.js +++ b/src/jquery.maskedinput.js @@ -435,12 +435,7 @@ $.fn.extend({ tryFireCompleted(); }, 0); }); - if (chrome && android) - { - input - .off('input.mask') - .on('input.mask', androidInputEvent); - } + checkVal(); //Perform initial check for existing values }); }