fix for browser

This commit is contained in:
Sami Samhuri 2010-12-17 22:43:07 -08:00
parent 0af41cee41
commit b8bee46933

View file

@ -80,4 +80,4 @@ var strftime = (function() {
}()); }());
if (typeof exports !== 'undefined') exports.strftime = strftime; if (typeof exports !== 'undefined') exports.strftime = strftime;
else (function(global) { global.strftime = strftime }.call(this)); else (function(global) { global.strftime = strftime }(this));