Delete files attached via chrome.fileSystem

// FREEBIE
This commit is contained in:
lilia
2015-05-24 16:03:13 -07:00
parent 9882190bde
commit d8f17f9631
+1
View File
@@ -184,6 +184,7 @@
this.clearForm();
this.$input.wrap('<form>').parent('form').trigger('reset');
this.$input.unwrap();
this.file = null;
}
});
})();