Skip to content

Commit

Permalink
fix key
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Mar 25, 2020
1 parent f05e647 commit 1b4cbef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/customColumn.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
// Reflect.decorate([
// LineUpJS.toolbar('my')
// ], MyStringColumn);
LineUpJS.toolbar('my2')(MyStringColumn);
LineUpJS.toolbar('my')(MyStringColumn);

b.registerColumnType('my', MyStringColumn);
b.registerToolbarAction('my', {
Expand Down

0 comments on commit 1b4cbef

Please sign in to comment.