Skip to content

Commit

Permalink
Merge pull request #2236 from timothynott/patch-1
Browse files Browse the repository at this point in the history
docs(gesture): include the term "long touch"
  • Loading branch information
adamdbradley committed Sep 17, 2014
2 parents 03086ed + f5e0ea9 commit e0d728c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/angular/directive/gesture.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e0d728c

Please sign in to comment.