Skip to content

Commit

Permalink
Fix locale regression in IE9 [#694]
Browse files Browse the repository at this point in the history
  • Loading branch information
jbuck committed Aug 29, 2011
2 parents fd64c61 + 0088274 commit a7a72e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion popcorn.js
Expand Up @@ -1592,7 +1592,7 @@
}

// Declare locale data table
var localeData = initLocale( global.navigator.language );
var localeData = initLocale( global.navigator.userLanguage || global.navigator.language );

Popcorn.locale = {

Expand Down

0 comments on commit a7a72e3

Please sign in to comment.