Skip to content

Commit

Permalink
gallery-2011.03.09-21-14 lsmith gallery-patch-330-event-preventedfn
Browse files Browse the repository at this point in the history
  • Loading branch information
YUI Builder committed Mar 9, 2011
1 parent 03f1c51 commit c905196
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/gallery-patch-330-event-preventedfn/js/patch.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ Y.CustomEvent.prototype.fireComplex = function(args) {

self.events = events;

if (self.preventedFn) {
events.on('prevented', self.preventedFn);
}

if (self.stoppedFn) {
events.on('stopped', self.stoppedFn);
}
Expand Down

0 comments on commit c905196

Please sign in to comment.