mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 20:52:46 +08:00
7 lines
94 B
Plaintext
7 lines
94 B
Plaintext
![]() |
export default Ember.View.extend({
|
||
|
_onInsert: function() {
|
||
|
|
||
|
}.on('didInsertElement')
|
||
|
});
|
||
|
|