mirror of
https://github.com/discourse/discourse.git
synced 2024-12-03 12:15:47 +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')
|
||
|
});
|