Merge pull request #397 from Rillke/patch-1

Update @source in FileSaver.js
This commit is contained in:
Eli Grey
2018-01-25 01:46:34 -08:00
committed by GitHub
+1 -1
View File
@@ -11,7 +11,7 @@
/*global self */
/*jslint bitwise: true, indent: 4, laxbreak: true, laxcomma: true, smarttabs: true, plusplus: true */
/*! @source http://purl.eligrey.com/github/FileSaver.js/blob/master/FileSaver.js */
/*! @source http://purl.eligrey.com/github/FileSaver.js/blob/master/src/FileSaver.js */
export default var saveAs = saveAs || (function(view) {
"use strict";