mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 21:14:41 +08:00
7 lines
94 B
JavaScript
7 lines
94 B
JavaScript
export default Ember.View.extend({
|
|
_onInsert: function() {
|
|
|
|
}.on('didInsertElement')
|
|
});
|
|
|