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