Skip to content

Commit 4ada342

Browse files
author
Philipp Alferov
committed
Update file-saver
1 parent 0423558 commit 4ada342

File tree

5 files changed

+4029
-2520
lines changed

5 files changed

+4029
-2520
lines changed

dist/angular-file-saver.bundle.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ return /******/ (function(modules) { // webpackBootstrap
169169
*
170170
* By Eli Grey, http://eligrey.com
171171
* By Devin Samarin, https://github.com/dsamarin
172-
* License: X11/MIT
172+
* License: MIT
173173
* See https://github.com/eligrey/Blob.js/blob/master/LICENSE.md
174174
*/
175175

@@ -391,7 +391,7 @@ return /******/ (function(modules) { // webpackBootstrap
391391
/* 6 */
392392
/***/ function(module, exports, __webpack_require__) {
393393

394-
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* FileSaver.js
394+
var __WEBPACK_AMD_DEFINE_RESULT__;/* FileSaver.js
395395
* A saveAs() FileSaver implementation.
396396
* 1.3.2
397397
* 2016-06-16 18:25:19
@@ -424,7 +424,7 @@ return /******/ (function(modules) { // webpackBootstrap
424424
var event = new MouseEvent("click");
425425
node.dispatchEvent(event);
426426
}
427-
, is_safari = /constructor/i.test(view.HTMLElement)
427+
, is_safari = /constructor/i.test(view.HTMLElement) || view.safari
428428
, is_chrome_ios =/CriOS\/[\d]+/.test(navigator.userAgent)
429429
, throw_outside = function(ex) {
430430
(view.setImmediate || view.setTimeout)(function() {
@@ -575,9 +575,9 @@ return /******/ (function(modules) { // webpackBootstrap
575575
if (typeof module !== "undefined" && module.exports) {
576576
module.exports.saveAs = saveAs;
577577
} else if (("function" !== "undefined" && __webpack_require__(7) !== null) && (__webpack_require__(8) !== null)) {
578-
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = function() {
578+
!(__WEBPACK_AMD_DEFINE_RESULT__ = function() {
579579
return saveAs;
580-
}.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__), __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
580+
}.call(exports, __webpack_require__, exports, module), __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
581581
}
582582

583583

dist/angular-file-saver.bundle.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)