Skip to content

Commit 3ae224b

Browse files
Portugal, Marcelomportuga
authored andcommitted
docs(selection.js): Minor documentation updates/fixes.
1 parent 5ca555a commit 3ae224b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/features/selection/js/selection.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@
474474
* @description Toggles row as selected or unselected
475475
* @param {Grid} grid grid object
476476
* @param {GridRow} row row to select or deselect
477-
* @param {Event} event object if resulting from event
477+
* @param {Event} evt object if resulting from event
478478
* @param {bool} multiSelect if false, only one row at time can be selected
479479
* @param {bool} noUnselect if true then rows cannot be unselected
480480
*/
@@ -516,8 +516,8 @@
516516
* @methodOf ui.grid.selection.service:uiGridSelectionService
517517
* @description selects a group of rows from the last selected row using the shift key
518518
* @param {Grid} grid grid object
519-
* @param {GridRow} clicked row
520-
* @param {Event} event object if raised from an event
519+
* @param {GridRow} row clicked row
520+
* @param {Event} evt object if raised from an event
521521
* @param {bool} multiSelect if false, does nothing this is for multiSelect only
522522
*/
523523
shiftSelect: function (grid, row, evt, multiSelect) {

0 commit comments

Comments
 (0)