mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update paper dialog helper
This commit is contained in:
parent
3061849dd6
commit
5093d99000
1 changed files with 4 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
(function (globalScope) {
|
||||
define(['paper-dialog', 'scale-up-animation', 'fade-out-animation'], function () {
|
||||
|
||||
function paperDialogHashHandler(dlg, hash, lockDocumentScroll) {
|
||||
|
||||
|
@ -164,11 +164,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
globalScope.PaperDialogHelper = {
|
||||
window.PaperDialogHelper = {
|
||||
openWithHash: openWithHash,
|
||||
close: close,
|
||||
createDialog: createDialog,
|
||||
positionTo: positionTo
|
||||
};
|
||||
|
||||
})(this);
|
||||
return PaperDialogHelper;
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue