Skip to content

Commit

Permalink
Merge pull request #3950 from bryan-m-hughes/timob-12667
Browse files Browse the repository at this point in the history
[TIMOB-12667] Fixed regression in e.source
  • Loading branch information
cb1kenobi committed Mar 11, 2013
2 parents f0d9d2f + 15553c7 commit b894949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobileweb/titanium/Ti/_/Evented.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ define(function() {
l = modifiers && modifiers.length;
data = data || {};
mix(data, {
source: this,
source: data.source || this,
type: name
});

Expand Down

0 comments on commit b894949

Please sign in to comment.