Merge pull request #112 from mudcube/patch-1

Fix demo paths
This commit is contained in:
Eli Grey
2014-11-06 17:27:03 -05:00
+4 -4
View File
@@ -49,9 +49,9 @@
<input type="submit" value="Save"/>
</form>
</section>
<script async="" src="https://raw.github.com/eligrey/Blob.js/master/Blob.min.js"/>
<script async="" src="https://raw.github.com/eligrey/canvas-toBlob.js/master/canvas-toBlob.js"/>
<script async="" src="https://raw.github.com/eligrey/FileSaver.js/master/FileSaver.js"/>
<script async="" src="https://raw.github.com/eligrey/FileSaver.js/master/demo/demo.js"/>
<script async="" src="https://cdn.rawgit.com/eligrey/Blob.js/master/Blob.js"/>
<script async="" src="https://cdn.rawgit.com/eligrey/canvas-toBlob.js/master/canvas-toBlob.js"/>
<script async="" src="https://cdn.rawgit.com/eligrey/FileSaver.js/master/FileSaver.js"/>
<script async="" src="https://cdn.rawgit.com/eligrey/FileSaver.js/master/demo/demo.js"/>
</body>
</html>