-
Notifications
You must be signed in to change notification settings - Fork 354
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch back to old API for
selection
A previous commit (88498d4) changed the `selection` API so that it was always an array, even if `selectionMode` is `single` or `none`. This commit changes back to the previous state. * When `selectionMode` is `none`, `selection` is `null` * When it is `single`, it is the selected item * When it is `multiple`, it is an array of selected items
- Loading branch information
Phil Nachum
committed
Feb 23, 2015
1 parent
d75c4ad
commit 074ad3d
Showing
4 changed files
with
111 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters