7 lines
115 B
JavaScript
7 lines
115 B
JavaScript
LWWidget.Menu.Text = LWWidget.Menu.Item.inherits({
|
|
|
|
constructor: function (text) {
|
|
this.base('', text);
|
|
}
|
|
|
|
});
|