Skip to content

Commit

Permalink
Added leading comma to prevent breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
Damon Oehlman committed Mar 12, 2012
1 parent b55a152 commit a81567c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/timelord.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//@header
(function (glob) {
;(function (glob) {
// initialise constants
var DAY_SECONDS = 86400,
parsers = {},
Expand Down
2 changes: 1 addition & 1 deletion timelord.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// JS duration functions and parser, focused on ISO8601 format
// ────────────────────────────────────────────────────────────────────────────────────────

(function (glob) {
;(function (glob) {
// initialise constants
var DAY_SECONDS = 86400,
parsers = {},
Expand Down

0 comments on commit a81567c

Please sign in to comment.