Skip to content

Commit

Permalink
Merge pull request #11305 from jbrown/patch-7
Browse files Browse the repository at this point in the history
Whitespace cleanup
  • Loading branch information
rwjblue committed May 29, 2015
2 parents f4af933 + bc43908 commit cb5b850
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/ember-views/lib/views/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,6 @@ var View = CoreView.extend(
@property template
@type Function
*/

template: computed('templateName', {
get() {
var templateName = get(this, 'templateName');
Expand All @@ -756,7 +755,7 @@ var View = CoreView.extend(
@property layout
@type Function
*/
*/
layout: computed('layoutName', {
get(key) {
var layoutName = get(this, 'layoutName');
Expand Down

0 comments on commit cb5b850

Please sign in to comment.