Skip to content

Commit

Permalink
test(scroller): Commenting out all events.
Browse files Browse the repository at this point in the history
  • Loading branch information
Portugal, Marcelo authored and Portugal, Marcelo committed Dec 9, 2016
1 parent 5d912a8 commit 530d079
Showing 1 changed file with 12 additions and 12 deletions.
Expand Up @@ -49,18 +49,18 @@
// preventDefault: preventDefaultSpy
// });
// break;
case 'touchend':
callback({
type: eventName,
touches: [true]
});
break;
case 'touchcancel':
callback({
type: eventName,
touches: [true]
});
break;
// case 'touchend':
// callback({
// type: eventName,
// touches: [true]
// });
// break;
// case 'touchcancel':
// callback({
// type: eventName,
// touches: [true]
// });
// break;
}
});
uiGridScroller(element, scrollHandler);
Expand Down

0 comments on commit 530d079

Please sign in to comment.