diff --git a/js/jquery.mobile.event.js b/js/jquery.mobile.event.js index 70b46dc6..06e9a73f 100644 --- a/js/jquery.mobile.event.js +++ b/js/jquery.mobile.event.js @@ -7,8 +7,8 @@ (function( $, window, undefined ) { // add new event shortcuts -$.each( "touchstart touchmove touchend orientationchange throttledresize " + - "tap taphold swipe swipeleft swiperight scrollstart scrollstop".split( " " ), function( i, name ) { +$.each( ( "touchstart touchmove touchend orientationchange throttledresize " + + "tap taphold swipe swipeleft swiperight scrollstart scrollstop" ).split( " " ), function( i, name ) { $.fn[ name ] = function( fn ) { return fn ? this.bind( name, fn ) : this.trigger( name );