refactor(view) afterShow

This commit is contained in:
coderaiser 2014-06-05 10:35:38 -04:00
parent bf71013a37
commit 6e40506f7c

View file

@ -31,8 +31,8 @@ var CloudCmd, Util, DOM, CloudFunc, $;
},
afterShow : function(callback) {
if (!FocusWas) {
FocusWas = true;
Element.focus();
FocusWas = true;
}
Util.exec(callback);