Traceur Support

traceur --script mithril-v0.2.3.js code-that-calls-m.js
This commit is contained in:
robinchew 2016-04-15 03:10:50 +08:00
parent f126fb5ea6
commit 4308b182ca

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 () {