mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-25 14:46:10 +03:00
Fix setStrings() with the same fix as getStrings(). Initialize container to
I18N.
This commit is contained in:
parent
e05e04c7b2
commit
d16eb04a8a
@ -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++ ) {
|
||||
|
Loading…
Reference in New Issue
Block a user