fix WebWindow double closing

This commit is contained in:
Konstantin Devyatkin 2011-07-28 08:44:03 +00:00
parent a6b134d756
commit a2b097291c

View File

@ -530,6 +530,7 @@ public class WebWindow
}
}
);
closing = false;
return false;
}