mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
refactor(edit) DOM.Events -> Events
This commit is contained in:
parent
3dc1bb2811
commit
e60a461146
1 changed files with 1 additions and 1 deletions
|
|
@ -455,7 +455,7 @@ var CloudCmd, Util, DOM, CloudFunc, ace, DiffProto, diff_match_patch, Zip, MenuI
|
|||
|
||||
Util.forEach(files, function(file) {
|
||||
reader = new FileReader();
|
||||
DOM.Events.addLoad(reader, onLoad);
|
||||
Events.addLoad(reader, onLoad);
|
||||
reader.readAsBinaryString(file);
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue