Resore m.factory

This commit is contained in:
Pierre-Yves Gerardy 2016-07-18 20:13:17 +02:00
parent 0039a0b4a5
commit b000781555

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