|
@@ -68,9 +68,9 @@ export default class DragDrop extends TransloaditPlugin {
|
|
|
|
|
|
run(files) {
|
|
|
this.listenForEvents();
|
|
|
- // this.core.setProgress(this, 0);
|
|
|
+ this.core.setProgress(this, 0);
|
|
|
var selected = [ {name: 'lolcat.jpeg'} ];
|
|
|
- // this.core.setProgress(this, 100);
|
|
|
+ this.core.setProgress(this, 100);
|
|
|
|
|
|
// return selected;
|
|
|
}
|