code formatting / nitpicks

This commit is contained in:
Sami Samhuri 2015-03-15 14:46:41 -07:00
parent 6bf19b4454
commit 23cd5feb98

View file

@ -45,7 +45,7 @@
// Browsers and other environments
else {
// Get the global object. Works in ES3, ES5, and ES5 strict mode.
namespace = (function(){ return this || (1,eval)('this'); }());
namespace = (function() { return this || (1,eval)('this'); }());
}
// Deprecated API, to be removed in v1.0