Merge pull request #2239 from probins/patch-1

Correct minor typo in ol.dom.Input docs
This commit is contained in:
Frédéric Junod
2014-06-24 13:27:29 +02:00

View File

@@ -56,7 +56,7 @@ goog.inherits(ol.dom.Input, ol.Object);
/** /**
* If the input is a checkbox, return whether or not the checbox is checked. * If the input is a checkbox, return whether or not the checkbox is checked.
* @return {boolean|undefined} The checked state of the Input. * @return {boolean|undefined} The checked state of the Input.
* @todo observable * @todo observable
* @todo api * @todo api