From 18ba2f8be677cd053f950aa326b91fb3eac0a2d5 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Wed, 5 Mar 2014 17:59:38 +0100 Subject: [PATCH] Fixing API docs --- src/ol/pointer/touchsource.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ol/pointer/touchsource.js b/src/ol/pointer/touchsource.js index e2aa0c7b79..0fc1434a46 100644 --- a/src/ol/pointer/touchsource.js +++ b/src/ol/pointer/touchsource.js @@ -143,9 +143,9 @@ ol.pointer.TouchSource.prototype.isPrimaryTouch_ = function(inTouch) { /** - * @private * Set primary touch if there are no pointers, or the only pointer is the mouse. * @param {Touch} inTouch + * @private */ ol.pointer.TouchSource.prototype.setPrimaryTouch_ = function(inTouch) { if (this.pointerMap.getCount() === 0 ||