MexUI stuff
This commit is contained in:
2
third-party/mexui/Core/Entry/DropDownItem.js
vendored
2
third-party/mexui/Core/Entry/DropDownItem.js
vendored
@@ -1,7 +1,7 @@
|
||||
mexui.Entry.DropDownItem = function(dropDown, text)
|
||||
{
|
||||
mexui.Component.Entry.call(this, dropDown, 1);
|
||||
|
||||
|
||||
this.text = text;
|
||||
};
|
||||
mexui.util.extend(mexui.Entry.DropDownItem, mexui.Component.Entry);
|
||||
Reference in New Issue
Block a user