Satisfy gjslint

This commit is contained in:
Tom Payne
2012-09-25 10:25:57 +02:00
parent 589c2a8505
commit b435ccc026
+3
View File
@@ -511,6 +511,9 @@ ol.Map.prototype.handleBrowserEvent = function(browserEvent, opt_type) {
}; };
/**
* @param {goog.events.Event} browserEvent Browser event.
*/
ol.Map.prototype.handleTouchstart = function(browserEvent) { ol.Map.prototype.handleTouchstart = function(browserEvent) {
this.isTouch_ = true; this.isTouch_ = true;
// now we know that we are a touch device // now we know that we are a touch device