From b8bee4693356e4e8538acd019671794f84e1429e Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Fri, 17 Dec 2010 22:43:07 -0800 Subject: [PATCH] fix for browser --- lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index 6a90e8a..917ab13 100644 --- a/lib/index.js +++ b/lib/index.js @@ -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));