Add image URLs to TabComplete.Entry objects
This commit is contained in:
parent
4e79c3c4c8
commit
ba63b5dfff
3 changed files with 19 additions and 5 deletions
|
@ -216,9 +216,9 @@ class TabComplete {
|
|||
}
|
||||
};
|
||||
|
||||
TabComplete.Entry = function(text, image) {
|
||||
TabComplete.Entry = function(text, imgUrl) {
|
||||
this.text = text;
|
||||
this.image = image;
|
||||
this.imgUrl = imgUrl;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue