This repository has been archived on 2024-07-18. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
lwb5/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, ' - ');
}
});