r56810 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r56809‎ | r56810 | r56811 >
Date:12:23, 23 September 2009
Author:catrope
Status:ok
Tags:
Comment:
Followup to 56809: remove TODO; local testing points out we're already handling the data parameter correctly.
Modified paths:
  • /trunk/extensions/UsabilityInitiative/js/plugins/jquery.delayedBind.js (modified) (history)

Diff [purge]

Index: trunk/extensions/UsabilityInitiative/js/plugins/jquery.delayedBind.js
@@ -18,7 +18,6 @@
1919 * @param data Data to pass to the event handler (optional)
2020 * @param callback Function to call
2121 */
22 - // TODO: Handle data param properly
2322 delayedBind: function( timeout, event, data, callback ) {
2423 var encEvent = encodeEvent( event );
2524 return this.each( function() {

Status & tagging log