ソースを参照

modified: js/jquery.inputmask.js

Robin Herbots 12 年 前
コミット
06d6548c1e
1 ファイル変更0 行追加1 行削除
  1. 0 1
      js/jquery.inputmask.js

+ 0 - 1
js/jquery.inputmask.js

@@ -498,7 +498,6 @@
                     var activeMaskset = this;
                     if (activeMaskset['lastValidPosition'] != undefined) {
                         if ((isRTL || opts.numericInput) ? (activeMaskset['lastValidPosition'] < highestValid['lastValidPosition']) : (activeMaskset['lastValidPosition'] > highestValid['lastValidPosition'])) {
-                            console.log("setindex " + index);
                             highestValid["activeMasksetIndex"] = index;
                             highestValid["lastValidPosition"] = activeMaskset['lastValidPosition'];
                         }