mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
15 lines
177 B
JavaScript
15 lines
177 B
JavaScript
|
(function () {
|
|||
|
|
|||
|
function show(options) {
|
|||
|
|
|||
|
// items
|
|||
|
// positionTo
|
|||
|
// showCancel
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
window.ActionSheet = {
|
|||
|
show: show
|
|||
|
};
|
|||
|
|
|||
|
})();
|