Skip to content

Commit

Permalink
Make carousel scroll vertically.
Browse files Browse the repository at this point in the history
  • Loading branch information
nelstrom committed Feb 29, 2012
1 parent afbc778 commit 462a351
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Ext.application({

Sencha.container = Ext.create('Ext.Carousel', {
fullscreen: true,
direction: 'vertical',
items: [red, amber, green]
});

Expand Down

0 comments on commit 462a351

Please sign in to comment.