Small formatting change

Needed to change spacing to pass through jshint
This commit is contained in:
gwills 2013-09-24 21:54:54 +01:00
parent 8f2999da29
commit f8a0315757

View File

@ -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 ) {