Better ol.format.XSD.* documentation

This commit is contained in:
Frederic Junod
2014-01-23 16:09:05 +01:00
parent 64ccfdc805
commit 271caef342
+2 -2
View File
@@ -28,7 +28,7 @@ ol.format.XSD.readBoolean = function(node) {
/** /**
* @param {Node} node Node. * @param {Node} node Node.
* @return {number|undefined} DateTime. * @return {number|undefined} DateTime in seconds.
*/ */
ol.format.XSD.readDateTime = function(node) { ol.format.XSD.readDateTime = function(node) {
var s = ol.xml.getAllTextContent(node, false); var s = ol.xml.getAllTextContent(node, false);
@@ -75,7 +75,7 @@ ol.format.XSD.readDecimal = function(node) {
/** /**
* @param {Node} node Node. * @param {Node} node Node.
* @return {number|undefined} Decimal. * @return {number|undefined} Non negative integer.
*/ */
ol.format.XSD.readNonNegativeInteger = function(node) { ol.format.XSD.readNonNegativeInteger = function(node) {
var s = ol.xml.getAllTextContent(node, false); var s = ol.xml.getAllTextContent(node, false);