Skip to content

Commit c4b04ce

Browse files
committed
style(ngTouch): make lint happy
1 parent 84218af commit c4b04ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ngTouch/directive/ngClick.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ ngTouch.directive('ngClick', ['$parse', '$timeout', '$rootElement',
9595
//
9696
// Why not just put click handlers on the element?
9797
// We do that too, just to be sure. If the tap event caused the DOM to change,
98-
// it is possible another element is now in that position. To take account for these possibly distinct elements,
99-
// the handlers are global and care only about coordinates.
98+
// it is possible another element is now in that position. To take account for these possibly
99+
// distinct elements, the handlers are global and care only about coordinates.
100100

101101
// Checks if the coordinates are close enough to be within the region.
102102
function hit(x1, y1, x2, y2) {

0 commit comments

Comments
 (0)