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 Jan 6, 2018
1 parent 1635857 commit 70fb794
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 70fb794

Please sign in to comment.