Fix missing getter pair lint warning
This commit is contained in:
parent
b8d5a92fc6
commit
18a3e07ecf
@ -68,6 +68,13 @@ export default class uSelect {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @return {string}
|
||||
*/
|
||||
get head() {
|
||||
return this.headText;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param {string=} text Optional text
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user