Fixed typo in comments
This commit is contained in:
committed by
Daniel Beilinson
parent
7a12003a35
commit
c7ff853acb
@@ -24,8 +24,8 @@ this.recline.View = this.recline.View || {};
|
|||||||
// state: {
|
// state: {
|
||||||
// gridOptions: {editable: true},
|
// gridOptions: {editable: true},
|
||||||
// columnsEditor: [
|
// columnsEditor: [
|
||||||
// {column: 'date', editor: Slick.Editor.Date },
|
// {column: 'date', editor: Slick.Editors.Date },
|
||||||
// {column: 'title', editor: Slick.Editor.Text}
|
// {column: 'title', editor: Slick.Editors.Text}
|
||||||
// ]
|
// ]
|
||||||
// }
|
// }
|
||||||
// });
|
// });
|
||||||
|
|||||||
Reference in New Issue
Block a user