Update @source in FileSaver.js

This commit is contained in:
Rainer Rillke
2018-01-25 01:54:51 +01:00
committed by GitHub
parent dfd58561fb
commit f1959c87cd
+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";