Artur Paikin преди 9 години
родител
ревизия
ec529a2c93
променени са 1 файла, в които са добавени 2 реда и са изтрити 3 реда
  1. 2 3
      src/core/Core.js

+ 2 - 3
src/core/Core.js

@@ -62,8 +62,8 @@ export default class Core {
 /**
  * Runs all plugins of the same type in parallel
  *
- * @param {String} type that wants to set progress
- * @param {Array} files
+ * @param {string} type that wants to set progress
+ * @param {array} files
  * @return {Promise} of all methods
  */
   runType (type, files) {
@@ -75,7 +75,6 @@ export default class Core {
       .catch((error) => console.error(error))
   }
 
-
 /**
  * Runs a waterfall of runType plugin packs, like so:
  * All preseters(data) --> All selecters(data) --> All uploaders(data) --> done