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

Commit

Permalink
fix FormDataShim多次上传 感谢@zuoge85
Browse files Browse the repository at this point in the history
  • Loading branch information
think2011 committed Apr 8, 2016
1 parent 8ba31b4 commit 98742d4
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
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.9.35",
"version": "4.9.36",
"description": "前端本地客户端压缩图片,兼容IOS,Android,PC、自动按需加载文件",
"main": "dist/lrz.bundle.js",
"scripts": {
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=09bcc24"></script>
<script src="../dist/lrz.bundle.js?v=7f547f9"></script>
<script src="./index.js?v=27ce5f7"></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=09bcc24"></script>
<script src="../dist/lrz.bundle.js?v=7f547f9"></script>
<script src="./server.js?v=c8aaa97"></script>
</body>
</html>

0 comments on commit 98742d4

Please sign in to comment.