Skip to content

Commit 1b64242

Browse files
committed
Updated path to the load image distribution file.
1 parent b0af9b7 commit 1b64242

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<!--
33
/*
4-
* JavaScript Canvas to Blob Test 2.2.1
4+
* JavaScript Canvas to Blob Test 2.3.0
55
* https://github.com/blueimp/JavaScript-Canvas-to-Blob
66
*
77
* Copyright 2012, Sebastian Tschan
@@ -28,7 +28,7 @@
2828
<script>
2929
mocha.setup('bdd');
3030
</script>
31-
<script src="https://blueimp.github.io/JavaScript-Load-Image/js/load-image.min.js"></script>
31+
<script src="https://blueimp.github.io/JavaScript-Load-Image/js/load-image.all.min.js"></script>
3232
<script src="../js/canvas-to-blob.js"></script>
3333
<script src="test.js"></script>
3434
<script>

0 commit comments

Comments
 (0)