From: <asa...@us...> - 2016-04-28 23:16:07
|
Revision: 12524 http://sourceforge.net/p/htmlunit/code/12524 Author: asashour Date: 2016-04-28 23:16:04 +0000 (Thu, 28 Apr 2016) Log Message: ----------- trivial Modified Paths: -------------- trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/Window.java Modified: trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/Window.java =================================================================== --- trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/Window.java 2016-04-28 23:08:49 UTC (rev 12523) +++ trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/Window.java 2016-04-28 23:16:04 UTC (rev 12524) @@ -2009,13 +2009,7 @@ } /** - * Dispatches an event into the event system (standards-conformant browsers only). See - * <a href="https://developer.mozilla.org/en-US/docs/DOM/window.dispatchEvent">the Gecko - * DOM reference</a> for more information. - * - * @param event the event to be dispatched - * @return {@code false} if at least one of the event handlers which handled the event - * called <tt>preventDefault</tt>; {@code true} otherwise + * {@inheritDoc} */ @Override public boolean dispatchEvent(final Event event) { |