Update jquery.i18n to v1.0.4

Unbreaks IE 8 support

Change-Id: Ie854f320120d75cc0d66b24f07dc193288e03ef7
This commit is contained in:
Niklas Laxström
2015-11-20 10:48:22 +01:00
parent b232e15f42
commit 0f258f447b
3 changed files with 91 additions and 94 deletions

View File

@@ -467,6 +467,6 @@
};
$.extend( $.i18n.languages, {
default: language
'default': language
} );
}( jQuery ) );