Cleaned up Flakes import & init.

This commit is contained in:
Matthew Dillon 2015-03-18 13:49:36 -08:00
parent 82c3bd9e38
commit 1d1bbd6706
9 changed files with 49 additions and 11 deletions

8
app/views/application.js Normal file
View file

@ -0,0 +1,8 @@
import Ember from 'ember';
export default Ember.View.extend({
classNames: ['flakes-frame'],
didInsertElement: function() {
FlakesFrame.init();
}
});