Skip to content
This repository has been archived by the owner on Oct 20, 2018. It is now read-only.

Commit

Permalink
simplified StepSlide view
Browse files Browse the repository at this point in the history
  • Loading branch information
therealklanni committed Aug 3, 2012
1 parent 5d56114 commit da9ff37
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
4 changes: 0 additions & 4 deletions source/Project.js
Expand Up @@ -20,10 +20,6 @@ enyo.kind({

create: function() {
this.inherited(arguments)
},

rendered: function() {
this.inherited(arguments)
this.getProjects()
},

Expand Down
4 changes: 1 addition & 3 deletions source/Step.js
Expand Up @@ -26,12 +26,10 @@ enyo.kind({
components: [
{ kind: 'FittableRows', fit: true, components: [
{ kind: 'onyx.Toolbar', components: [
{ kind: 'onyx.Grabber' },
{ tag: 'h5', name: 'stepName' }
]},
{ fit: true },
{ kind: 'onyx.Toolbar', components: [
{ kind: 'onyx.Grabber' }
]}
]}
],

Expand Down

0 comments on commit da9ff37

Please sign in to comment.