Cleaned up Flakes import & init.
This commit is contained in:
parent
82c3bd9e38
commit
1d1bbd6706
9 changed files with 49 additions and 11 deletions
app/views
8
app/views/application.js
Normal file
8
app/views/application.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
import Ember from 'ember';
|
||||
|
||||
export default Ember.View.extend({
|
||||
classNames: ['flakes-frame'],
|
||||
didInsertElement: function() {
|
||||
FlakesFrame.init();
|
||||
}
|
||||
});
|
Reference in a new issue