Add missing 'protected' comment for targetTouches prop.

This commit is contained in:
Frederic Junod
2013-02-26 09:46:24 +01:00
parent 585c397a0f
commit 20e8eab142

View File

@@ -31,6 +31,7 @@ ol.interaction.Touch = function() {
/** /**
* @type {Array.<Object>} * @type {Array.<Object>}
* @protected
*/ */
this.targetTouches = []; this.targetTouches = [];