Skip to content

Commit

Permalink
Update inline_grids_spec.js
Browse files Browse the repository at this point in the history
Replaced var with const
  • Loading branch information
Divine-peace committed Oct 29, 2022
1 parent affe0fc commit 523eed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/javascripts/inline_grids_spec.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable no-empty-label */

var editor;
const editor;

fixture.preload("inline_grid.html");

Expand Down

0 comments on commit 523eed7

Please sign in to comment.