mirror of
https://github.com/Esri/offline-editor-js.git
synced 2025-12-15 15:20:05 +00:00
added code comments
This commit is contained in:
parent
5225ce1cda
commit
db81c7e920
@ -203,6 +203,10 @@ define([
|
||||
return this._level;
|
||||
},
|
||||
|
||||
/**
|
||||
* Returns the maximum zoom level for this layer
|
||||
* @param callback number
|
||||
*/
|
||||
getMaxZoom: function(callback){
|
||||
|
||||
if(this._maxZoom == null){
|
||||
@ -223,6 +227,10 @@ define([
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* Returns the minimum zoom level for this layer
|
||||
* @param callback number
|
||||
*/
|
||||
getMinZoom: function(callback){
|
||||
|
||||
if(this._minZoom == null){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user