Skip to content

Commit 9c256bf

Browse files
committed
Merge pull request #4458 from nkoterba/patch-3
Clean up format of modifyRows function
2 parents 62ebd37 + 14954be commit 9c256bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/js/core/factories/Grid.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1086,7 +1086,8 @@ angular.module('ui.grid')
10861086
* create newRow
10871087
* append to the newRows and add to newHash
10881088
* run the processors
1089-
*
1089+
* ```
1090+
*
10901091
* Rows are identified using the hashKey if configured. If not configured, then rows
10911092
* are identified using the gridOptions.rowEquality function
10921093
*

0 commit comments

Comments
 (0)