mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 01:32:23 +08:00
6 lines
156 B
Plaintext
6 lines
156 B
Plaintext
|
export default Ember.View.extend(Discourse.ScrollTop, {
|
||
|
_scrollOnModelChange: function() {
|
||
|
this._scrollTop();
|
||
|
}.observes('controller.model.id')
|
||
|
});
|