More indentation conversion
This commit is contained in:
2
third-party/mexui/Core/Entry/TreeRow.js
vendored
2
third-party/mexui/Core/Entry/TreeRow.js
vendored
@@ -1,7 +1,7 @@
|
||||
mexui.Entry.TreeRow = function(tree, text)
|
||||
{
|
||||
mexui.Component.Entry.call(this, tree, 1);
|
||||
|
||||
|
||||
this.open = true;
|
||||
this.text = text;
|
||||
this.rows = [];
|
||||
|
||||
Reference in New Issue
Block a user