Skip to content

Commit

Permalink
Merge pull request #75 from mridgway/patch-1
Browse files Browse the repository at this point in the history
Multiple packages that require('moment-timezone') cause error
  • Loading branch information
ichernev committed Apr 19, 2014
2 parents d2aa922 + 98dae16 commit 5414168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moment-timezone.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

if (moment.tz !== undefined) {
// Do not load moment-timezone a second time.
return;
return moment;
}

// converts time in the HH:mm:ss format to absolute number of minutes
Expand Down

0 comments on commit 5414168

Please sign in to comment.