chore(view) rm dead code

This commit is contained in:
coderaiser 2018-09-26 12:52:45 +03:00
parent 33828dd155
commit 4a8b6e4f66

View file

@ -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);