[SSE] Refactoring
This commit is contained in:
parent
8b455af381
commit
a0458a9c26
|
@ -82,7 +82,7 @@ define([
|
||||||
focus: function() {
|
focus: function() {
|
||||||
var me = this;
|
var me = this;
|
||||||
_.defer(function(){
|
_.defer(function(){
|
||||||
me.cmpEl.focus();
|
me.cmpEl && me.cmpEl.focus();
|
||||||
}, 50);
|
}, 50);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue