mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-29 16:46:08 +03:00
Small formatting change
Needed to change spacing to pass through jshint
This commit is contained in:
parent
8f2999da29
commit
f8a0315757
@ -300,7 +300,7 @@ $.TileSource.prototype = {
|
|||||||
|
|
||||||
callback = function( data ){
|
callback = function( data ){
|
||||||
if( typeof(data) === "string" ) {
|
if( typeof(data) === "string" ) {
|
||||||
data = $.parseXml( data );
|
data = $.parseXml( data );
|
||||||
}
|
}
|
||||||
var $TileSource = $.TileSource.determineType( _this, data, url );
|
var $TileSource = $.TileSource.determineType( _this, data, url );
|
||||||
if ( !$TileSource ) {
|
if ( !$TileSource ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user