From 1e0ce96e9f8addd0d89a6cd50bd0c173b7a24e75 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Wed, 19 Feb 2014 09:53:43 +0100 Subject: [PATCH] Remove 'valueAsNumber' property from observable list The property was removed in a0bea641d1fcbec64caf6483c88c9ddb3bea814f --- src/ol/dom/input.js | 2 -- 1 file changed, 2 deletions(-) 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) {