Skip to content

Commit

Permalink
export strftimeUTC and localizedStrftime properly in browsers, closes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonjs committed Aug 29, 2013
1 parent 9920620 commit 24ba42b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions strftime-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions strftime.js
Expand Up @@ -26,8 +26,8 @@
}

namespace.strftime = strftime;
namespace.strftimeUTC = strftimeUTC;
namespace.localizedStrftime = localizedStrftime;
namespace.strftimeUTC = strftime.strftimeUTC = strftimeUTC;
namespace.localizedStrftime = strftime.localizedStrftime = localizedStrftime;

////

Expand Down

0 comments on commit 24ba42b

Please sign in to comment.