diff --git a/dist/jquery.maskMoney.js b/dist/jquery.maskMoney.js index 5b83ada..688d01b 100644 --- a/dist/jquery.maskMoney.js +++ b/dist/jquery.maskMoney.js @@ -8,7 +8,7 @@ */ (function ($) { "use strict"; - if (!$.browser) { + if (typeof $.browser === 'undefined') { $.browser = {}; $.browser.mozilla = /mozilla/.test(navigator.userAgent.toLowerCase()) && !/webkit/.test(navigator.userAgent.toLowerCase()); $.browser.webkit = /webkit/.test(navigator.userAgent.toLowerCase());