SIGN IN SIGN UP

A modern JavaScript utility library delivering modularity, performance, & extras.

0 0 51 JavaScript
2016-07-24 09:52:04 -07:00
define(['./_freeGlobal'], function(freeGlobal) {
2015-12-16 17:48:03 -08:00
2015-12-16 17:49:07 -08:00
/** Detect free variable `self`. */
2016-07-24 09:52:04 -07:00
var freeSelf = typeof self == 'object' && self && self.Object === Object && self;
2015-12-16 17:48:03 -08:00
2016-05-21 00:48:34 -07:00
/** Used as a reference to the global object. */
2016-07-24 09:52:04 -07:00
var root = freeGlobal || freeSelf || Function('return this')();
2015-01-08 00:37:01 -08:00
return root;
});