lwb5-in-2025/misc/Legacy Worlds.wdgt/lib/LWWidget/Menu/Command.js

7 lines
146 B
JavaScript

LWWidget.Menu.Command = LWWidget.Menu.Item.inherits({
constructor: function (name, text) {
this.base(name, text, true, false, ' - ');
}
});