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
+2 -2
View File
@@ -6254,7 +6254,7 @@ olx.ViewState.prototype.rotation;
/**
* @typedef {{size: (number|undefined),
* @typedef {{initialSize: (number|undefined),
* maxSize: (number|undefined),
* space: (number|undefined)}}
* @api
@@ -6267,7 +6267,7 @@ olx.style.AtlasManagerOptions;
* @type {number|undefined}
* @api
*/
olx.style.AtlasManagerOptions.prototype.size;
olx.style.AtlasManagerOptions.prototype.initialSize;
/**