Skip to content

Commit

Permalink
Merge pull request #307 from DavidDaCosta/patch-2
Browse files Browse the repository at this point in the history
Update intl-loader.js
  • Loading branch information
Max Tyler authored and iam4x committed May 2, 2016
1 parent e574ca8 commit b196909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/utils/intl-loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const loaders = {
await require('promise?global!intl')()
await require('promise?global!intl/locale-data/jsonp/fr.js')()
}
return await require('promise?global!data/fr')
return await require('promise?global!data/fr')()
}
}

Expand Down

0 comments on commit b196909

Please sign in to comment.