Browse Source

Rename Transloadit->Core

Kevin van Zonneveld 9 years ago
parent
commit
d69ce86877
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/core/Core.js

+ 2 - 2
src/core/Core.js

@@ -35,7 +35,7 @@ export default class {
   // Runs all plugins of the same type in parallel
   runType(type, files) {
     console.dir({
-      method: 'Transloadit.runType',
+      method: 'Core.runType',
       type  : type,
       files : files
       // cb    : cb
@@ -58,7 +58,7 @@ export default class {
   // All preseters(data) --> All selecters(data) --> All uploaders(data) --> done
   run() {
     console.dir({
-      method: 'Transloadit.run'
+      method: 'Core.run'
     });
 
     var typeMethods = [];