Tweak comment
authorRob Church <robchurch@users.mediawiki.org>
Sun, 29 Jul 2007 14:32:44 +0000 (14:32 +0000)
committerRob Church <robchurch@users.mediawiki.org>
Sun, 29 Jul 2007 14:32:44 +0000 (14:32 +0000)
skins/common/wikibits.js

index 0aef60a..fd2d212 100644 (file)
@@ -1305,9 +1305,6 @@ function runOnloadHook() {
 /**
  * Add a click event handler to an element
  *
- * We use addEventListener() where available, otherwise
- * we use a workaround to avoid breaking the chain
- *
  * @param Element element Element to add handler to
  * @param callable handler Event handler callback
  */