Address review comments.

This commit is contained in:
Josh Matthews 2014-04-24 13:03:19 -04:00
parent 46a33b4b38
commit 91278da9dd
83 changed files with 316 additions and 374 deletions

View file

@ -160,9 +160,9 @@ impl<'a> EventMethods for JSRef<'a, Event> {
}
fn InitEvent(&mut self,
type_: DOMString,
bubbles: bool,
cancelable: bool) {
type_: DOMString,
bubbles: bool,
cancelable: bool) {
self.initialized = true;
if self.dispatching {
return;