Skip to content

Commit

Permalink
[TIMOB-25468] Fix event source property
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Mathews committed Dec 7, 2017
1 parent 8ecc1e5 commit 73c257d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -925,6 +925,8 @@ else if (dict instanceof HashMap)
source = ((KrollProxy)hashValue).getKrollObject();
}
krollData.remove(TiC.EVENT_PROPERTY_SOURCE);
} else {
source = this.getKrollObject();
}
if (krollData.size() == 0){
krollData = null;
Expand Down

0 comments on commit 73c257d

Please sign in to comment.