Fix missing getter pair lint warning

This commit is contained in:
Bartek Fabiszewski 2020-05-16 21:52:35 +02:00
parent b8d5a92fc6
commit 18a3e07ecf

View File

@ -68,6 +68,13 @@ export default class uSelect {
} }
} }
/**
* @return {string}
*/
get head() {
return this.headText;
}
/** /**
* @param {string=} text Optional text * @param {string=} text Optional text
*/ */