Merge remote-tracking branch 'origin/next' into next
This commit is contained in:
commit
4de23eb5c8
5 changed files with 21 additions and 13 deletions
|
|
@ -1,7 +1,7 @@
|
|||
void (function (global, factory) { // eslint-disable-line
|
||||
"use strict"
|
||||
/* eslint-disable no-undef */
|
||||
var m = factory(window)
|
||||
var m = factory(typeof window !== "undefined" ? window : {})
|
||||
if (typeof module === "object" && module != null && module.exports) {
|
||||
module.exports = m
|
||||
} else if (typeof define === "function" && define.amd) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue