Переглянути джерело

fix type in jsdoc

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
tags/v11.0RC2
Arthur Schiwon 7 роки тому
джерело
коміт
7e2b866fd7
Аккаунт користувача з таким Email не знайдено
1 змінених файлів з 1 додано та 1 видалено
  1. 1
    1
      apps/files/js/file-upload.js

+ 1
- 1
apps/files/js/file-upload.js Переглянути файл

@@ -151,7 +151,7 @@ OC.FileUpload.prototype = {
/**
* Returns whether the upload is in progress
*
* @return {bool}
* @return {boolean}
*/
isPending: function() {
return this.data.state() === 'pending';

Завантаження…
Відмінити
Зберегти