updateElement
This commit is contained in:
parent
706df6cc4b
commit
877e867d03
35 changed files with 516 additions and 314 deletions
|
|
@ -11,10 +11,10 @@ oml.ui.folderPlaceholder = function(text) {
|
|||
padding: '1px 4px',
|
||||
});
|
||||
|
||||
that.updateText = function(text) {
|
||||
that.updateElement = function(text) {
|
||||
return that.html(text);
|
||||
};
|
||||
|
||||
return that.updateText(text);
|
||||
return that.updateElement(text);
|
||||
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue