More hardy node environment check
This commit is contained in:
+1
-1
@@ -235,7 +235,7 @@ var saveAs = saveAs
|
||||
// while `this` is nsIContentFrameMessageManager
|
||||
// with an attribute `content` that corresponds to the window
|
||||
|
||||
if (typeof module !== "undefined" && module !== null) {
|
||||
if (typeof module !== "undefined" && module.exports) {
|
||||
module.exports = saveAs;
|
||||
} else if ((typeof define !== "undefined" && define !== null) && (define.amd != null)) {
|
||||
define([], function() {
|
||||
|
||||
Reference in New Issue
Block a user