mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-04 06:13:31 +03:00
applying patch provided by eikeon for position parameter constructor of TileSource. At some point I hope to deprecate most of these constructors that have more than two positional parameters.
This commit is contained in:
parent
f28fea8f74
commit
b3146683f2
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ $.TileSource = function( width, height, tileSize, tileOverlap, minLevel, maxLeve
|
|||
height: args[1],
|
||||
tileSize: args[2],
|
||||
tileOverlap: args[3],
|
||||
minlevel: args[4],
|
||||
minLevel: args[4],
|
||||
maxLevel: args[5]
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue