Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup CloseEvent. #5961

Merged
merged 4 commits into from May 6, 2015
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Correct the initial value of wasClean in CloseEvent.

  • Loading branch information
Ms2ger committed May 6, 2015
commit 64982403404f9a802849b660f20a7c49000fc20c
@@ -11,7 +11,7 @@ interface CloseEvent : Event {
};

dictionary CloseEventInit : EventInit {
boolean wasClean = true;
boolean wasClean = false;
unsigned short code = 0;
DOMString reason = "";
};

This file was deleted.

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.