Skip to content

Commit

Permalink
Fix mistake in API doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Buchholz authored and wagenet committed Apr 28, 2011
1 parent 79eb405 commit e14d156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frameworks/desktop/views/collection.js
Expand Up @@ -1563,7 +1563,7 @@ SC.CollectionView = SC.View.extend(SC.CollectionViewDelegate, SC.CollectionConte
/**
Primtive to remove the indexes from the selection.
@param {Number|SC.IndexSet} indexes index or indexes to select
@param {Number|SC.IndexSet} indexes index or indexes to deselect
@returns {SC.CollectionView} receiver
*/
deselect: function(indexes) {
Expand Down

0 comments on commit e14d156

Please sign in to comment.