Skip to content
This repository has been archived by the owner on May 8, 2021. It is now read-only.

Commit

Permalink
Fixed #55 继续完善formDataShim 感谢@jcs12311
Browse files Browse the repository at this point in the history
  • Loading branch information
think2011 committed Nov 18, 2015
1 parent a139537 commit 411357a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lrz",
"version": "4.7.30",
"version": "4.7.32",
"homepage": "https://github.com/think2011/localResizeIMG",
"authors": [
"think2011 <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion dist/lrz.all.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lrz.all.bundle.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lrz.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lrz.bundle.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lrz",
"version": "4.7.30",
"version": "4.7.32",
"description": "前端本地客户端压缩图片,兼容IOS,Android,PC、自动按需加载文件",
"scripts": {
"test": "node ./node_modules/karma/bin/karma start"
Expand Down
2 changes: 1 addition & 1 deletion test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ <h3>旋转方向测试</h3>
</footer>


<script src="../dist/lrz.bundle.js?v=1dc2869"></script>
<script src="../dist/lrz.bundle.js?v=1db2cf2"></script>
<script src="./index.js?v=4fd412b"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion test/server.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ <h3>旋转方向测试</h3>
</footer>


<script src="../dist/lrz.bundle.js?v=1dc2869"></script>
<script src="../dist/lrz.bundle.js?v=1db2cf2"></script>
<script src="./server.js?v=de5dc7e"></script>
</body>
</html>

0 comments on commit 411357a

Please sign in to comment.