Fixing API docs

This commit is contained in:
ahocevar
2014-03-05 17:59:38 +01:00
committed by tsauerwein
parent f5f2dae300
commit 18ba2f8be6

View File

@@ -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 ||