Skip to content

Commit

Permalink
use target instead of targetObject
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrlmrllo committed Nov 28, 2018
1 parent 93f394c commit 614c5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/components/echarts-chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default Component.extend({
},

eventContext: computed(function() {
return get(this, 'targetObject') || this;
return get(this, 'target') || this;
}),

reRender: on('didInsertElement', observer(
Expand Down

0 comments on commit 614c5ae

Please sign in to comment.