Add missing comma to appease the linter

This commit is contained in:
Dave Page 2018-01-22 11:28:04 +00:00
parent 51cda98911
commit 2b1c887945

View File

@ -1024,7 +1024,7 @@ define([
// Insert Edit Cell into Grid
if (data.disabled == false && data.canEdit) {
var editCell = Backgrid.Extension.ObjectCell.extend({
schema: gridSchema.schema
schema: gridSchema.schema,
});
gridSchema.columns.unshift({