Skip to content

Commit

Permalink
[fixed] Better Globalize version sniffing...siiigh
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense committed Feb 7, 2016
1 parent bb63fb4 commit 3b0499a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/localizers/globalize.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function endOfCentury(date) {


export default function globalizeLocalizers(globalize) {
let localizers = globalize.load
let localizers = (globalize.locale && !globalize.cultures)
? newGlobalize(globalize)
: oldGlobalize(globalize)

Expand Down

0 comments on commit 3b0499a

Please sign in to comment.