Applies exception in Style Guidelines regarding objects and functions when they are the last argument of a function call.

This commit is contained in:
jaubourg 2011-04-08 17:41:14 +02:00
parent 7a1c6beab0
commit 2594a935de
6 changed files with 10 additions and 10 deletions

View file

@ -105,7 +105,7 @@ jQuery.support = (function() {
// bound event handlers (IE does this)
support.noCloneEvent = false;
div.detachEvent( "onclick", click );
} );
});
div.cloneNode( true ).fireEvent( "onclick" );
}