mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-25 00:29:30 -05:00
6 lines
156 B
Text
6 lines
156 B
Text
|
export default Ember.View.extend(Discourse.ScrollTop, {
|
||
|
_scrollOnModelChange: function() {
|
||
|
this._scrollTop();
|
||
|
}.observes('controller.model.id')
|
||
|
});
|