remove unused function resize()

This commit is contained in:
buzz-lightsnack-2007 2024-06-08 08:32:09 +08:00
parent 717fde3a34
commit 851f48e184

View file

@ -46,7 +46,9 @@ class Page_Results extends Page {
// Set the data.
this[`data`] = (DATA[`data`] && (typeof DATA[`data`]).includes(`obj`)) ? DATA[`data`] : (this[`data`] ? this[`data`] : {});
}
};
console.log(await global.read(null, -1), await global.read(null, 1));
}
async content() {
@ -72,13 +74,6 @@ class Page_Results extends Page {
this.fill();
}
/*
Resize the window to fit the content.
*/
async resize() {
}
/*
Populate the contents.
*/