mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 01:32:23 +08:00
7 lines
94 B
JavaScript
7 lines
94 B
JavaScript
export default Ember.View.extend({
|
|
_onInsert: function() {
|
|
|
|
}.on('didInsertElement')
|
|
});
|
|
|