commit
8c23b925b5
1 changed files with 3 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
global.m = m
|
||||
}
|
||||
/* eslint-enable no-undef */
|
||||
})(typeof window !== "undefined" ? window : this, function (global, undefined) { // eslint-disable-line
|
||||
})(typeof window !== "undefined" ? window : this, function factory(global, undefined) { // eslint-disable-line
|
||||
"use strict"
|
||||
|
||||
m.version = function () {
|
||||
|
|
@ -76,6 +76,8 @@
|
|||
return global
|
||||
}
|
||||
|
||||
m.deps.factory = m.factory = factory
|
||||
|
||||
m.deps(global)
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue