diff --git a/_events.html b/_events.html deleted file mode 100644 index cc2e998f..00000000 --- a/_events.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - jQuery Mobile Framework - Event tests - - - - - - - - - -
-
-

Event tests

-
-
-

The following events will log out below when they fire: scrollstart scrollstop swipe swipeleft swiperight tap taphold turn.

-
-
- -
- - - - - - \ No newline at end of file diff --git a/js/jquery.mobile.js b/js/jquery.mobile.js index b80ca8ab..5245b972 100644 --- a/js/jquery.mobile.js +++ b/js/jquery.mobile.js @@ -356,11 +356,6 @@ //update orientation $html.addClass( jQuery.event.special.orientationchange.orientation( $window ) ); - - //some debug stuff for the events pages - jQuery('body').bind('scrollstart scrollstop swipe swipeleft swiperight tap taphold turn',function(e){ - jQuery('#eventlogger').prepend('
Event fired: '+ e.type +'
'); - }); }); $window.load(hideBrowserChrome);