diff --git a/src/ol/dom/input.js b/src/ol/dom/input.js index e93fdc7c0c..6bf1f5c4ce 100644 --- a/src/ol/dom/input.js +++ b/src/ol/dom/input.js @@ -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) {