Delete files attached via chrome.fileSystem

// FREEBIE
This commit is contained in:
lilia 2015-05-24 16:02:22 -07:00
parent 9882190bde
commit d8f17f9631

View file

@ -184,6 +184,7 @@
this.clearForm();
this.$input.wrap('<form>').parent('form').trigger('reset');
this.$input.unwrap();
this.file = null;
}
});
})();