Skip to content

Commit

Permalink
Fix dismissing modals with remapped parameters
Browse files Browse the repository at this point in the history
Closes #128
  • Loading branch information
ef4 committed Nov 30, 2014
1 parent 1151004 commit 5a87087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/liquid-modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default Ember.Component.extend({
dismiss: function() {
var source = this.get('currentContext.source'),
proto = source.constructor.proto(),
params = this.get('currentContext.params'),
params = this.get('currentContext.options.withParams'),
clearThem = {};

for (var key in params) {
Expand Down

0 comments on commit 5a87087

Please sign in to comment.