mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(view) rm dead code
This commit is contained in:
parent
33828dd155
commit
4a8b6e4f66
1 changed files with 1 additions and 2 deletions
|
|
@ -44,8 +44,7 @@ const basename = (a) => a.split('/').pop();
|
|||
let El, TemplateAudio, Overlay;
|
||||
|
||||
const Config = {
|
||||
beforeShow: function(callback) {
|
||||
//this.title = encode(this.title);
|
||||
beforeShow: (callback) => {
|
||||
Images.hide();
|
||||
Key.unsetBind();
|
||||
exec(callback);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue