Merge pull request #1015 from robinchew/next

Traceur Support
This commit is contained in:
Leo Horie 2016-04-19 23:23:15 -04:00
commit b3cddacb74

View file

@ -10,7 +10,7 @@
global.m = m
}
/* eslint-enable no-undef */
})(typeof window !== "undefined" ? window : {}, function (global, undefined) { // eslint-disable-line
})(typeof window !== "undefined" ? window : this, function (global, undefined) { // eslint-disable-line
"use strict"
m.version = function () {