We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a48140f commit 39e67c5Copy full SHA for 39e67c5
user/src/com/google/gwt/user/client/Window.java
@@ -853,7 +853,7 @@ static void onClosed() {
853
}
854
855
static String onClosing() {
856
- if (closeHandlersInitialized) {
+ if (beforeCloseHandlersInitialized) {
857
Window.ClosingEvent event = new Window.ClosingEvent();
858
fireEvent(event);
859
return event.getMessage();
0 commit comments