ソースを参照

handle escape in analysemask

Robin Herbots 12 年 前
コミット
0957432f16
1 ファイル変更1 行追加1 行削除
  1. 1 1
      qunit/qunit.html

+ 1 - 1
qunit/qunit.html

@@ -11,7 +11,7 @@
   <!-- <script src="http://code.jquery.com/jquery-1.6.min.js"></script> -->
   <script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
   <script src="http://code.jquery.com/qunit/qunit-1.12.0.js"></script>
-  <script src="../dist/jquery.inputmask.bundle.min.js"></script>
+  <script src="../dist/jquery.inputmask.bundle.js"></script>
   <script src="./tests.js"></script>
 </body>
 </html>