Remove 'valueAsNumber' property from observable list

The property was removed in a0bea641d1
This commit is contained in:
Frederic Junod
2014-02-19 09:53:43 +01:00
parent a734c8a6ff
commit 1e0ce96e9f

View File

@@ -30,8 +30,6 @@ ol.dom.InputProperty = {
* @param {Element} target Target element.
* @todo stability experimental
* @todo observable value {string} the value of the Input
* @todo observable valueAsNumber {number} the value of the Input, converted to
* a number if possible
* @todo observable checked {boolean} the checked state of the Input
*/
ol.dom.Input = function(target) {