Skip to content

Commit a48128f

Browse files
author
scottjehl
committed
wrapped in parens for clarity
1 parent 4c01267 commit a48128f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/jquery.mobile.support.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ fakeBody.remove();
8484
// or that generally work better browsing in regular http for full page refreshes (Opera Mini)
8585
// Note: This detection below is used as a last resort.
8686
// We recommend only using these detection methods when all other more reliable/forward-looking approaches are not possible
87-
var nokiaLTE7_3 = function(){
87+
var nokiaLTE7_3 = (function(){
8888

8989
var ua = window.navigator.userAgent;
9090

@@ -93,7 +93,7 @@ var nokiaLTE7_3 = function(){
9393
&& ( ua.indexOf( "Symbian/3" ) > -1 || ua.indexOf( "Series60/5" ) > -1 )
9494
&& ua.indexOf( "AppleWebKit" ) > -1
9595
&& ua.match( /(BrowserNG|NokiaBrowser)\/7\.[0-3]/ );
96-
}();
96+
})();
9797

9898
$.mobile.ajaxBlacklist =
9999
// BlackBerry browsers, pre-webkit

0 commit comments

Comments
 (0)