Fix more incorrect type imports

This commit is contained in:
ahocevar
2018-09-13 11:41:39 +02:00
parent 79674363e6
commit f29e6ac397
4 changed files with 9 additions and 9 deletions

View File

@@ -3,8 +3,8 @@
*/
/**
* State of the source, one of 'undefined', 'loading', 'ready' or 'error'.
* @enum {string}
* State of the source, one of 'undefined', 'loading', 'ready' or 'error'.
*/
export default {
UNDEFINED: 'undefined',