mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-02 21:36:11 +03:00
Fixed minLevel (incorrect case); closes issue #41).
This commit is contained in:
parent
e757aa2767
commit
fd51ec6c64
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