Update strings.js

This commit is contained in:
Peter 2017-02-09 17:29:13 -05:00 committed by GitHub
parent e888ddf109
commit 219e4a14c6

View File

@ -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
}