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