Add className option to ol.control.Zoom

This commit is contained in:
Tom Payne
2013-05-07 16:19:50 +02:00
parent 09feaedd00
commit b7e2a9b40e
2 changed files with 6 additions and 3 deletions

View File

@@ -157,6 +157,7 @@
/**
* @typedef {Object} ol.control.ZoomOptions
* @property {string|undefined} className Class name.
* @property {number|undefined} delta Delta.
* @property {ol.Map|undefined} map Map.
* @property {Element|undefined} target Target.