1
0
mirror of synced 2024-11-26 06:46:04 +03:00

add missing semis. fixes #1489

This commit is contained in:
Igor Vaynberg 2013-07-03 22:16:42 -07:00
parent 567a89e42b
commit 88af7ce387

View File

@ -769,7 +769,7 @@ the specific language governing permissions and limitations under the Apache Lic
// Calculate size of scrollbar
scrollBarDimensions = scrollBarDimensions || measureScrollbar();
this.autofocus = opts.element.prop("autofocus")
this.autofocus = opts.element.prop("autofocus");
opts.element.prop("autofocus", false);
if (this.autofocus) this.focus();
},
@ -2403,7 +2403,7 @@ the specific language governing permissions and limitations under the Apache Lic
//killEvent(e);
_this.search[0].focus();
_this.selectChoice($(this));
})
});
// rewrite labels from original element to focusser
this.search.attr("id", "s2id_autogen"+nextUid());