mirror of
https://github.com/samsonjs/strftime.git
synced 2026-03-25 09:05:48 +00:00
code formatting / nitpicks
This commit is contained in:
parent
6bf19b4454
commit
23cd5feb98
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue