1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

move page.js to node

This commit is contained in:
grafixeyehero 2020-03-02 01:15:49 +03:00
parent 7e369da67b
commit 9d1f61f414
6 changed files with 18 additions and 1084 deletions

View file

@ -101,3 +101,9 @@ var jellyfin_noto = require("jellyfin-noto");
_define("jellyfin-noto", function () {
return jellyfin_noto;
});
// page.js
var page = require("page");
_define("page", function() {
return page;
});