fixed: finding element to autofocus

This commit is contained in:
Paul Kozlovitch 2014-08-18 11:31:53 +03:00
Родитель fd8bafa6a0
Коммит 2eab63fba6
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -86,7 +86,7 @@ var dialogPolyfill = (function() {
var first_form_ctrl = null;
var autofocus = null;
var findElementToFocus = function(root) {
if (!children.length) {
if (!root.children) {
return;
}
for (var i = 0; i < root.children.length; i++) {