mirror of
https://github.com/flarum/core.git
synced 2025-08-04 23:47:32 +02:00
Use layoutName instead of templateName
This commit is contained in:
@@ -5,11 +5,7 @@ import PostStreamMixin from '../../mixins/post-stream';
|
||||
|
||||
export default Ember.View.extend(PostStreamMixin, {
|
||||
|
||||
/**
|
||||
@property templateName
|
||||
@type String
|
||||
*/
|
||||
templateName: 'components/discussions/stream-scrollbar',
|
||||
layoutName: 'components/discussions/stream-scrollbar',
|
||||
classNames: ['scrubber', 'discussion-scrubber'],
|
||||
|
||||
// An object which represents/ecapsulates the scrollbar.
|
||||
|
Reference in New Issue
Block a user