Remove 'valueAsNumber' property from observable list
The property was removed in a0bea641d1
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user