Remove duplicate method

This commit is contained in:
Jordan Eldredge 2019-09-25 20:58:11 -07:00
parent bca16260d2
commit f8fa376c2c

View file

@ -47,10 +47,6 @@ class PopupMenu extends MakiObject {
return "PopupMenu";
}
js_getCommands(): Command[] {
return this._commands;
}
addcommand(
txt: string,
id: number,