Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions dist/angular-file-saver.bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ return /******/ (function(modules) { // webpackBootstrap
}
// on any filesys errors revert to saving with object URLs
, fs_error = function() {
if ((is_chrome_ios || (force && is_safari)) && view.FileReader) {
if ((is_chrome_ios || is_safari) && view.FileReader) {
// Safari doesn't allow downloading of blob urls
var reader = new FileReader();
reader.onloadend = function() {
Expand Down Expand Up @@ -585,14 +585,14 @@ return /******/ (function(modules) { // webpackBootstrap
/* 7 */
/***/ function(module, exports) {

module.exports = function() { throw new Error("define cannot be used indirect"); };
module.exports = function() { throw new Error("define cannot be used indirect"); };


/***/ },
/* 8 */
/***/ function(module, exports) {

/* WEBPACK VAR INJECTION */(function(__webpack_amd_options__) {module.exports = __webpack_amd_options__;
/* WEBPACK VAR INJECTION */(function(__webpack_amd_options__) {module.exports = __webpack_amd_options__;

/* WEBPACK VAR INJECTION */}.call(exports, {}))

Expand Down
2 changes: 1 addition & 1 deletion dist/angular-file-saver.bundle.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.