浏览代码

move dependencylib

Robin Herbots 9 年之前
父节点
当前提交
f84792e241
共有 4 个文件被更改,包括 3 次插入2 次删除
  1. 1 0
      CHANGELOG.md
  2. 1 1
      README.md
  3. 0 0
      extra/dependencyLibs/inputmask.dependencyLib.jquery.js
  4. 1 1
      qunit/config.js

+ 1 - 0
CHANGELOG.md

@@ -22,6 +22,7 @@ All notable changes to this project will be documented in this file.
 	- use selective caching in getTests
 
 ### Fixed
+- Problems with greedy dynamic masks in current version 3.x #1375
 - Croatian phone mask only supports city of Zagreb #1359
 - Pasting to masked input not working on Android #1061
 - Unable to get property 'forwardPosition' of undefined or null reference IE11 #1342

+ 1 - 1
README.md

@@ -28,7 +28,7 @@ Highlights:
 - AMD/CommonJS support
 - dependencyLibs: vanilla javascript, jQuery, jqlite
 
-Demo page see [http://robinherbots.github.io/jquery.inputmask](http://robinherbots.github.io/jquery.inputmask)
+Demo page see [http://robinherbots.github.io/Inputmask](http://robinherbots.github.io/Inputmask)
 
 [![donate](https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZNR3EB6JTMMSS)
 

js/inputmask.dependencyLib.jquery.js → extra/dependencyLibs/inputmask.dependencyLib.jquery.js


+ 1 - 1
qunit/config.js

@@ -4,7 +4,7 @@ require.config({
 		"jquery": "../node_modules/jquery/dist/jquery",
 		"jqlite": "../node_modules/jqlite/jqlite",
 		"qunit": "../node_modules/qunitjs/qunit/qunit",
-		"inputmask.dependencyLib": "../dist/inputmask/inputmask.dependencyLib.jquery",
+		"inputmask.dependencyLib": "../extra/dependencyLibs/inputmask.dependencyLib.jquery",
 		//"inputmask.dependencyLib": "../extra/dependencyLibs/inputmask.dependencyLib",
 		// "inputmask.dependencyLib": "../extra/dependencyLibs/inputmask.dependencyLib.jqlite",
 		//"inputmask": "../dist/inputmask/inputmask"