ソースを参照

remove , in options for ie8

Robin Herbots 11 年 前
コミット
99c1a29a15
1 ファイル変更1 行追加1 行削除
  1. 1 1
      js/jquery.inputmask.numeric.extensions.js

+ 1 - 1
js/jquery.inputmask.numeric.extensions.js

@@ -282,7 +282,7 @@ Optional extensions on the jquery.inputmask base
             digits: 2,
             digits: 2,
             digitsOptional: false,
             digitsOptional: false,
             clearMaskOnLostFocus: false,
             clearMaskOnLostFocus: false,
-            decimalProtect: true,
+            decimalProtect: true
         },
         },
         'decimal': {
         'decimal': {
             alias: "numeric"
             alias: "numeric"