Rename size to initialSize

This commit is contained in:
tsauerwein
2014-12-04 11:49:50 +01:00
parent 0fd1a575a9
commit e109be4b57
6 changed files with 18 additions and 16 deletions

View File

@@ -47,7 +47,8 @@ ol.style.AtlasManager = function(opt_options) {
* @private
* @type {number}
*/
this.currentSize_ = goog.isDef(options.size) ? options.size : 256;
this.currentSize_ = goog.isDef(options.initialSize) ?
options.initialSize : 256;
/**
* The maximum size in pixels of atlas images.