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

7 lines
143 B
JavaScript

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