MDL-21240 fixed event docs

This commit is contained in:
Petr Skoda
2010-01-19 22:07:13 +00:00
parent d96d8f03b4
commit c845f827e5
+2 -3
View File
@@ -1235,9 +1235,8 @@ class required_data_for_js extends required_js_code {
/**
* This class represents a Javascript event handler, listening for a
* specific Event to occur on a DOM element identified by a given id.
* By default the data will be output at the end of the page, but you
* can change that using the {@link asap()}, {@link in_head()}, etc. methods.
* specific Event to occur on a DOM element identified by a given selector.
* Do not use {@link in_head()}, etc.
*
* @copyright 2009 Nicolas Connault
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later