Skip to content

Commit 14954be

Browse files
committed
Clean up format of modifyRows function
Hopefully this displays the pseudo-code as intended. Not sure if Markdown code block start and end syntax is supported in the help guide renderer.
1 parent 62ebd37 commit 14954be

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)