diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js index f3a7b961a..98bd5ec96 100644 --- a/js/ui/appDisplay.js +++ b/js/ui/appDisplay.js @@ -976,7 +976,7 @@ var Views = { var ControlsBoxLayout = GObject.registerClass( class ControlsBoxLayout extends Clutter.BoxLayout { - /** + /* * Override the BoxLayout behavior to use the maximum preferred width of all * buttons for each child */ diff --git a/js/ui/iconGrid.js b/js/ui/iconGrid.js index 823c9ea94..ff3d79c33 100644 --- a/js/ui/iconGrid.js +++ b/js/ui/iconGrid.js @@ -432,7 +432,7 @@ var IconGrid = GObject.registerClass({ return true; } - /** + /* * Intended to be override by subclasses if they need a different * set of items to be animated. */ @@ -785,7 +785,7 @@ var IconGrid = GObject.registerClass({ this.topPadding = this.rightPadding = this.bottomPadding = this.leftPadding = spacing; } - /** + /* * This function must to be called before iconGrid allocation, * to know how much spacing can the grid has */