[webkit-reviews] review granted: [Bug 66752] committers-autocomplete.js works only with WebKit based browsers : [Attachment 165380] updated patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 24 09:56:12 PDT 2012


Ryosuke Niwa <rniwa at webkit.org> has granted Peter Gal
<galpeter at inf.u-szeged.hu>'s request for review:
Bug 66752: committers-autocomplete.js works only with WebKit based browsers
https://bugs.webkit.org/show_bug.cgi?id=66752

Attachment 165380: updated patch
https://bugs.webkit.org/attachment.cgi?id=165380&action=review

------- Additional Comments from Ryosuke Niwa <rniwa at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=165380&action=review


> Websites/bugs.webkit.org/committers-autocomplete.js:398
> +	   if (field) {
> +	       field.addEventListener("focus", function(e) {
enableAutoComplete(e.target); }, false);
>	   }

No curly brackets around single statement.


More information about the webkit-reviews mailing list