Skip to content

Commit dfa04c9

Browse files
authored
epic daily paste failure
1 parent 0f36b1c commit dfa04c9

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/addons/addons/editor-animations/userscript.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -451,15 +451,6 @@ export default async function({ addon }) {
451451
attachCloseHijack("modal");
452452
return modal;
453453
}
454-
}
455-
456-
confirm (...args) {
457-
return modal.confirm(this, ...args);
458-
}
459-
460-
prompt (...args) {
461-
return modal.prompt(this, ...args);
462-
}
463454
});
464455
}
465456

0 commit comments

Comments
 (0)