Skip to content

Commit 848a82a

Browse files
author
Gabriel Schulhof
committed
[popup] Set default transition to "none"
1 parent 3cd018f commit 848a82a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/widgets/popup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ define( [ "jquery",
3131
overlayTheme: null,
3232
shadow: true,
3333
corners: true,
34-
transition: $.mobile.defaultDialogTransition,
34+
transition: "none",
3535
initSelector: ":jqmData(role='popup')"
3636
},
3737

0 commit comments

Comments
 (0)