Merge pull request #1162 from pygy/factory

Resore m.factory
This commit is contained in:
Leo Horie 2016-07-18 14:28:59 -04:00 committed by GitHub
commit 8c23b925b5

View file

@ -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)
/**