|
@@ -35,7 +35,7 @@ export default class {
|
|
|
|
|
|
runType(type, files) {
|
|
|
console.dir({
|
|
|
- method: 'Transloadit.runType',
|
|
|
+ method: 'Core.runType',
|
|
|
type : type,
|
|
|
files : files
|
|
|
|
|
@@ -58,7 +58,7 @@ export default class {
|
|
|
|
|
|
run() {
|
|
|
console.dir({
|
|
|
- method: 'Transloadit.run'
|
|
|
+ method: 'Core.run'
|
|
|
});
|
|
|
|
|
|
var typeMethods = [];
|