*
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user