mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-21 20:56:09 +03:00
Update strings.js
This commit is contained in:
parent
e888ddf109
commit
219e4a14c6
@ -82,7 +82,7 @@ $.extend( $, /** @lends OpenSeadragon */{
|
||||
string = container[ props[ i ] ];
|
||||
|
||||
if ( typeof( string ) != "string" ) {
|
||||
$.console.debug( "Untranslated source string:", prop );
|
||||
$.console.log( "Untranslated source string:", prop );
|
||||
string = ""; // FIXME: this breaks gettext()-style convention, which would return source
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user