Skip to content

Commit e0d728c

Browse files
committed
Merge pull request #2236 from timothynott/patch-1
docs(gesture): include the term "long touch"
2 parents 03086ed + f5e0ea9 commit e0d728c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/angular/directive/gesture.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ GESTURE_DIRECTIVES.forEach(function(name) {
1212
* @restrict A
1313
*
1414
* @description
15-
* Touch stays at the same location for 500ms.
15+
* Touch stays at the same location for 500ms. Similar to long touch events available for AngularJS and jQuery.
1616
*
1717
* @usage
1818
* ```html

0 commit comments

Comments
 (0)