Fix setStrings() with the same fix as getStrings(). Initialize container to

I18N.
This commit is contained in:
Heath Nielson 2013-04-26 15:18:27 -06:00
parent e05e04c7b2
commit d16eb04a8a

View File

@ -75,7 +75,7 @@ $.extend( $, {
setString: function( prop, value ) {
var props = prop.split('.'),
container = $.Strings,
container = I18N,
i;
for ( i = 0; i < props.length - 1; i++ ) {