mirror of
https://github.com/samsonjs/strftime.git
synced 2026-03-25 09:05:48 +00:00
fix for browser
This commit is contained in:
parent
0af41cee41
commit
b8bee46933
1 changed files with 1 additions and 1 deletions
|
|
@ -80,4 +80,4 @@ var strftime = (function() {
|
|||
}());
|
||||
|
||||
if (typeof exports !== 'undefined') exports.strftime = strftime;
|
||||
else (function(global) { global.strftime = strftime }.call(this));
|
||||
else (function(global) { global.strftime = strftime }(this));
|
||||
|
|
|
|||
Loading…
Reference in a new issue