Add constructor capitalization rule
This commit is contained in:
@@ -189,9 +189,9 @@ export default function (view) {
|
||||
reloadItems();
|
||||
});
|
||||
view.querySelector('.btnNewPlaylist').addEventListener('click', function () {
|
||||
import('../components/playlisteditor/playlisteditor').then(({ default: playlistEditor }) => {
|
||||
import('../components/playlisteditor/playlisteditor').then(({ default: PlaylistEditor }) => {
|
||||
const serverId = ApiClient.serverInfo().Id;
|
||||
new playlistEditor({
|
||||
new PlaylistEditor({
|
||||
items: [],
|
||||
serverId: serverId
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user