Skip to content

Commit 54d7984

Browse files
authored
Update inline_grids_spec.js (#11552)
Replaced var with const
1 parent 7aadb93 commit 54d7984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/javascripts/inline_grids_spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* eslint-disable no-empty-label */
22

3-
var editor;
3+
const editor;
44

55
fixture.preload("inline_grid.html");
66

0 commit comments

Comments
 (0)