Skip to content

Commit

Permalink
gallery plays on clicking item (closes #118)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbenet committed May 5, 2013
1 parent a9ccd06 commit aa7c902
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions coffee/src/shells/gallery.shell.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ class GalleryShell.MediaView extends CollectionShell.MediaView

@listenTo @gridView, 'GridTile:Click', (tile) =>
@switchShell @model.shells().indexOf tile.model
@play()
return false


Expand Down

0 comments on commit aa7c902

Please sign in to comment.