Skip to content

Commit

Permalink
Merge pull request #267 from Addepar/ebryn/ember-1.8-morph-support-dist
Browse files Browse the repository at this point in the history
Changes to dist files for 1850041
  • Loading branch information
ebryn committed Jan 24, 2015
2 parents 45191fd + 41cae3d commit 7a062eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dist/ember-table.js
Original file line number Diff line number Diff line change
Expand Up @@ -897,6 +897,7 @@ Ember.Table.HeaderRow = Ember.View.extend(Ember.AddeparMixins.StyleBindingsMixin
onColumnSortDone: function(event, ui) {
var column, newIndex, view;
newIndex = ui.item.index();
this.$('> div').sortable('cancel');
view = Ember.View.views[ui.item.attr('id')];
column = view.get('column');
this.get('controller').onColumnSort(column, newIndex);
Expand Down
Loading

0 comments on commit 7a062eb

Please sign in to comment.