Skip to content

Commit

Permalink
Remove explicit layout; too eager
Browse files Browse the repository at this point in the history
  • Loading branch information
ming-codes committed Mar 18, 2016
1 parent 8bb7fc5 commit 313a883
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions addon/components/data-visual.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import Ember from 'ember';
import layout from '../templates/components/data-visual';

import Stage from '../system/stage';

export default Ember.Component.extend({
classNames: [ 'data-visual' ],
layout,

width: 300,
height: 150,
Expand Down

0 comments on commit 313a883

Please sign in to comment.