Skip to content

Commit 2c655c7

Browse files
committedMay 23, 2013
Fixes #449; remove trailing comma in rowFactory
1 parent 5cc8da6 commit 2c655c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/classes/rowFactory.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
},
222222
enablePinning: grid.config.enablePinning,
223223
isAggCol: true,
224-
headerRowHeight: grid.config.headerRowHeight,
224+
headerRowHeight: grid.config.headerRowHeight
225225

226226
}, $scope, grid, domUtilityService, $templateCache, $utils));
227227
}

0 commit comments

Comments
 (0)
Please sign in to comment.