Skip to content

Commit

Permalink
Merge pull request #8 from katranci/master
Browse files Browse the repository at this point in the history
Assign itemContainerSelector in mail_items
  • Loading branch information
tgvashworth committed Jan 19, 2015
2 parents 6bcee09 + 148bd4c commit 7a7af02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/component_ui/mail_items.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ define(
selectedMailItems: [],
selectedFolders: [],
//selectors
itemContainerSelector: null,
itemSelector: 'tr.mail-item',
selectedItemSelector: 'tr.mail-item.selected'
});
Expand Down

0 comments on commit 7a7af02

Please sign in to comment.