remove unused function resize()
This commit is contained in:
parent
717fde3a34
commit
851f48e184
1 changed files with 3 additions and 8 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue