diff options
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'); | 
