mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-25 22:56:11 +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 ){
|
||||
if( typeof(data) === "string" ) {
|
||||
data = $.parseXml( data );
|
||||
data = $.parseXml( data );
|
||||
}
|
||||
var $TileSource = $.TileSource.determineType( _this, data, url );
|
||||
if ( !$TileSource ) {
|
||||
|
Loading…
Reference in New Issue
Block a user