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 cac6b31
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 @@ -448,7 +448,7 @@ const WindowPreviewList = new Lang.Class({
}
});

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

Expand Down

0 comments on commit cac6b31

Please sign in to comment.