From f5e0ea96973a9a953cd98acda0b4c89296d62365 Mon Sep 17 00:00:00 2001 From: Timothy Nott Date: Wed, 17 Sep 2014 10:31:51 -0500 Subject: [PATCH] Update gesture.js Make this document more findable via a common search phrase -- "long touch" --- js/angular/directive/gesture.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/angular/directive/gesture.js b/js/angular/directive/gesture.js index 291e8a5589..8646ecbc53 100644 --- a/js/angular/directive/gesture.js +++ b/js/angular/directive/gesture.js @@ -12,7 +12,7 @@ GESTURE_DIRECTIVES.forEach(function(name) { * @restrict A * * @description - * Touch stays at the same location for 500ms. + * Touch stays at the same location for 500ms. Similar to long touch events available for AngularJS and jQuery. * * @usage * ```html