mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-17 04:01:29 -05:00
7 lines
94 B
Text
7 lines
94 B
Text
|
export default Ember.View.extend({
|
||
|
_onInsert: function() {
|
||
|
|
||
|
}.on('didInsertElement')
|
||
|
});
|
||
|
|