diff options
| author | meow <woem> | 2022-05-06 07:42:15 +0300 |
|---|---|---|
| committer | meow <woem> | 2022-05-06 07:42:15 +0300 |
| commit | f06d5b973b1bc5aa1c00ff330ae5efeaf83bc5d1 (patch) | |
| tree | 27b21c3e65f0a34c043d6fb32399cd5de09f2aa4 /assets | |
| parent | fd890f9c0a78635a3ea1ab56ec5a735fef27c1c4 (diff) | |
| download | invidious-f06d5b973b1bc5aa1c00ff330ae5efeaf83bc5d1.tar.gz invidious-f06d5b973b1bc5aa1c00ff330ae5efeaf83bc5d1.tar.bz2 invidious-f06d5b973b1bc5aa1c00ff330ae5efeaf83bc5d1.zip | |
jsdoc type fix
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/js/_helpers.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/assets/js/_helpers.js b/assets/js/_helpers.js index 838a4612..ad7dcb91 100644 --- a/assets/js/_helpers.js +++ b/assets/js/_helpers.js @@ -165,9 +165,9 @@ window.helpers = window.helpers || { /** * @typedef {Object} invidiousStorage - * @property {(key:String) => Object|null} get - * @property {(key:String, value:Object) => null} set - * @property {(key:String) => null} remove + * @property {(key:String) => Object} get + * @property {(key:String, value:Object)} set + * @property {(key:String)} remove */ /** |
