mirror of
https://github.com/samsonjs/strftime.git
synced 2026-04-27 14:57:37 +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
|
// Browsers and other environments
|
||||||
else {
|
else {
|
||||||
// Get the global object. Works in ES3, ES5, and ES5 strict mode.
|
// 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
|
// Deprecated API, to be removed in v1.0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue