Merge remote-tracking branch 'origin/next' into next

This commit is contained in:
Leo Horie 2015-11-12 23:31:06 -05:00
commit 4de23eb5c8
5 changed files with 21 additions and 13 deletions

View file

@ -1,7 +1,7 @@
void (function (global, factory) { // eslint-disable-line
"use strict"
/* eslint-disable no-undef */
var m = factory(window)
var m = factory(typeof window !== "undefined" ? window : {})
if (typeof module === "object" && module != null && module.exports) {
module.exports = m
} else if (typeof define === "function" && define.amd) {