Update of /cvsroot/thyapi/thyapi/thywidgets
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18524/thywidgets
Modified Files:
thycheckbox.js
Log Message:
Commiting file additions and modification from SVN revision 1890 to 1891...
Changes made by rpereira on 2005-09-02 06:03:58 +0200 (Fri, 02 Sep 2005) corresponding to SVN revision 1891 with message:
- Corrected event invocations
Index: thycheckbox.js
===================================================================
RCS file: /cvsroot/thyapi/thyapi/thywidgets/thycheckbox.js,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** thycheckbox.js 2 Sep 2005 02:57:55 -0000 1.2
--- thycheckbox.js 2 Sep 2005 03:46:20 -0000 1.3
***************
*** 119,135 ****
}
- p._thyLabelPaneladdEventListener = p.addEventListener;
- /**
- * Method: addEventListener
- *
- * Appends the event listener to the contents element, as this is the
- * correct place for this widget
- *
- */
- p.addEventListener = function (event)
- {
- this.contents.addEventListener(event);
- }
-
/**
* Method: getValue
--- 119,122 ----
|