mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-02-18 07:43:13 +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 ) {
|
setString: function( prop, value ) {
|
||||||
|
|
||||||
var props = prop.split('.'),
|
var props = prop.split('.'),
|
||||||
container = $.Strings,
|
container = I18N,
|
||||||
i;
|
i;
|
||||||
|
|
||||||
for ( i = 0; i < props.length - 1; i++ ) {
|
for ( i = 0; i < props.length - 1; i++ ) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user