This commit is contained in:
neauoire
2019-11-08 11:19:27 -05:00
parent c9165d876c
commit fe35350fb1
5 changed files with 72 additions and 34 deletions

View File

@@ -3,7 +3,7 @@
/* global FileReader */
/* global MouseEvent */
function Source () {
function Source (client) {
this.cache = {}
this.install = () => {
@@ -58,10 +58,6 @@ function Source () {
this.write(name, ext, content, type, callback)
}
this.revert = () => {
}
// I/O
this.read = (file, callback) => {