Skip to content

Commit

Permalink
Avoid 'default' object key (reserved keyword in IE8)
Browse files Browse the repository at this point in the history
Closes #84
  • Loading branch information
kartikm authored and Krinkle committed Nov 12, 2015
1 parent 739c744 commit 5027279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jquery.i18n.language.js
Expand Up @@ -467,6 +467,6 @@
};

$.extend( $.i18n.languages, {
default: language
'default': language
} );
}( jQuery ) );

0 comments on commit 5027279

Please sign in to comment.