Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Commit

Permalink
BasicUI: fix text widget icon update
Browse files Browse the repository at this point in the history
Signed-off-by: Vlad Ivanov <vlad-mbx@ya.ru>
  • Loading branch information
Vlad Ivanov committed Oct 10, 2016
1 parent 08ea8a3 commit e4baa20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@
var
_t = this;

_t.setValue = function(value) {
_t.setValuePrivate = function(value) {
parentNode.innerHTML = value;
};
}
Expand Down
Loading

0 comments on commit e4baa20

Please sign in to comment.