mirror of
https://github.com/samsonjs/strftime.git
synced 2026-03-25 09:05:48 +00:00
actually export the function
This commit is contained in:
parent
abc8331a9c
commit
e39c67f753
1 changed files with 2 additions and 0 deletions
|
|
@ -76,6 +76,8 @@ var strftime = (function() {
|
|||
}
|
||||
});
|
||||
}
|
||||
return strftime;
|
||||
}());
|
||||
|
||||
if (typeof exports !== 'undefined') exports.strftime = strftime;
|
||||
else (function(global) { global.strftime = strftime }.call(this));
|
||||
|
|
|
|||
Loading…
Reference in a new issue