Bug 1446329 - Follow-up: fix lint issue. r=me DONTBUILD
This commit is contained in:
Родитель
2c3e59119a
Коммит
31127013f5
|
@ -86,7 +86,7 @@
|
|||
|
||||
if (this.hasAttribute("on" + eventname)) {
|
||||
var fn = new Function("event", this.getAttribute("on" + eventname));
|
||||
if (fn.call(this, event) == false)
|
||||
if (!fn.call(this, event))
|
||||
cancel = true;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче