Simplifying minj's changes
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
/* FileSaver.js
|
/* FileSaver.js
|
||||||
* A saveAs() FileSaver implementation.
|
* A saveAs() FileSaver implementation.
|
||||||
* 2013-01-23
|
* 2013-10-21
|
||||||
*
|
*
|
||||||
* By Eli Grey, http://eligrey.com
|
* By Eli Grey, http://eligrey.com
|
||||||
* License: X11/MIT
|
* License: X11/MIT
|
||||||
@@ -224,7 +224,7 @@ var saveAs = saveAs
|
|||||||
|
|
||||||
view.addEventListener("unload", process_deletion_queue, false);
|
view.addEventListener("unload", process_deletion_queue, false);
|
||||||
return saveAs;
|
return saveAs;
|
||||||
}(typeof self !== 'undefined' ? self : typeof this !== 'undefined' && this.content ? this.content : null));
|
}(this.self || this.window || this.content));
|
||||||
// `self` is undefined in Firefox for Android content script context
|
// `self` is undefined in Firefox for Android content script context
|
||||||
// while `this` is nsIContentFrameMessageManager
|
// while `this` is nsIContentFrameMessageManager
|
||||||
// with an attribute `content` that corresponds to the window
|
// with an attribute `content` that corresponds to the window
|
||||||
|
|||||||
Reference in New Issue
Block a user