X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=src%2Fevent%2Fevent.js;h=a60c4616aff29c624e66f61b69a65a84002bbeed;hb=c9511ef948ec3fd58bfd0af8898ef66abdc80255;hp=86a93d4a7e039853d6f5dcce86226f8a3a8e5395;hpb=dbee06de85859af59591813d3004e6695b8bb278;p=jquery.git diff --git a/src/event/event.js b/src/event/event.js index 86a93d4..a60c461 100644 --- a/src/event/event.js +++ b/src/event/event.js @@ -1600,7 +1600,7 @@ new function(){ // Add the event jQuery.event.add( this, o, function(e){ // If this function has already been executed, stop - if ( count++ ) return; + if ( count++ ) return true; // And execute the bound function return f.apply(this, [e]);