mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-25 14:46:10 +03:00
Fixed minLevel (incorrect case); closes issue #41).
This commit is contained in:
parent
e757aa2767
commit
fd51ec6c64
@ -65,7 +65,7 @@ $.TileSource = function( width, height, tileSize, tileOverlap, minLevel, maxLeve
|
|||||||
height: args[1],
|
height: args[1],
|
||||||
tileSize: args[2],
|
tileSize: args[2],
|
||||||
tileOverlap: args[3],
|
tileOverlap: args[3],
|
||||||
minlevel: args[4],
|
minLevel: args[4],
|
||||||
maxLevel: args[5]
|
maxLevel: args[5]
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user