Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
khaitruong922 committed Sep 17, 2024
1 parent 978787f commit 81df587
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions ext/js/pages/settings/modal-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,4 @@ export class ModalController {
}
return null;
}

/**
* @param {string} name
* @returns {Element}
*/
instantiateTemplate(name) {
return this._templates.instantiate(name);
}
}

0 comments on commit 81df587

Please sign in to comment.