This commit is contained in:
Eiji Kitamura 2013-12-18 17:52:01 +09:00
Родитель 18e671592b
Коммит 64a2a61673
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -74,7 +74,6 @@ var dialogPolyfill = (function() {
this.open = true;
this.setAttribute('open', 'open');
// autofocus only when modal
if (isModal) {
// Find element with `autofocus` attribute or first form control
var first_form_ctrl = null;