Skip to content

Commit 3b8ab8e

Browse files
committed
Remove unnecessary comma to prevent errors in IE6
1 parent a625df3 commit 3b8ab8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

experiments/splitview/jquery.mobile.splitview.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@
327327
transition: transition,
328328
changeHash: false,
329329
fromHashChange: true,
330-
pageContainer: $mainPanel,
330+
pageContainer: $mainPanel
331331
};
332332

333333
if( !$.mobile.hashListeningEnabled || $.mobile.urlHistory.ignoreNextHashChange ){

0 commit comments

Comments
 (0)