From 20e8eab142bddac143fa3b5904f3dcd96fed73af Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Tue, 26 Feb 2013 09:46:24 +0100 Subject: [PATCH] Add missing 'protected' comment for targetTouches prop. --- src/ol/interaction/touchinteraction.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ol/interaction/touchinteraction.js b/src/ol/interaction/touchinteraction.js index c71d5997de..1e96fe7ecb 100644 --- a/src/ol/interaction/touchinteraction.js +++ b/src/ol/interaction/touchinteraction.js @@ -31,6 +31,7 @@ ol.interaction.Touch = function() { /** * @type {Array.} + * @protected */ this.targetTouches = [];