diff options
| author | Timothée Jeannin | 2014-03-04 20:39:10 +0100 |
|---|---|---|
| committer | Brian Ford | 2014-03-07 15:05:22 -0800 |
| commit | 8c7b9b8de432e4fa6267ce7c58fca85f68001b01 (patch) | |
| tree | 3a5ae308aa246de8e3d48d544b5250f1c80effc8 /test/ngTouch/directive/ngSwipeSpec.js | |
| parent | f39ac571c4b21a90e8422206d0a5bb75846ebfca (diff) | |
| download | angular.js-8c7b9b8de432e4fa6267ce7c58fca85f68001b01.tar.bz2 | |
style: enable jscs requireLeftStickedOperators rule
Closed #6544.
Diffstat (limited to 'test/ngTouch/directive/ngSwipeSpec.js')
| -rw-r--r-- | test/ngTouch/directive/ngSwipeSpec.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ngTouch/directive/ngSwipeSpec.js b/test/ngTouch/directive/ngSwipeSpec.js index 2aa1a8fe..b46a9384 100644 --- a/test/ngTouch/directive/ngSwipeSpec.js +++ b/test/ngTouch/directive/ngSwipeSpec.js @@ -222,6 +222,6 @@ var swipeTests = function(description, restrictBrowsers, startEvent, moveEvent, }); } -swipeTests('touch', true /* restrictBrowers */, 'touchstart', 'touchmove', 'touchend'); -swipeTests('mouse', false /* restrictBrowers */, 'mousedown', 'mousemove', 'mouseup'); +swipeTests('touch', /* restrictBrowers */ true, 'touchstart', 'touchmove', 'touchend'); +swipeTests('mouse', /* restrictBrowers */ false, 'mousedown', 'mousemove', 'mouseup'); |
