Skip to content

Commit

Permalink
windowPreview.js: use 'var' instead of 'const' for class.
Browse files Browse the repository at this point in the history
  • Loading branch information
franglais125 committed Oct 21, 2017
1 parent 4e22b13 commit 862a1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windowPreview.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const HOVER_ENTER_TIMEOUT = 100;
const HOVER_LEAVE_TIMEOUT = 100;
const HOVER_MENU_LEAVE_TIMEOUT = 500;

const WindowPreviewMenu = new Lang.Class({
var WindowPreviewMenu = new Lang.Class({
Name: 'WindowPreviewMenu',
Extends: PopupMenu.PopupMenu,

Expand Down

0 comments on commit 862a1a0

Please sign in to comment.