iconGrid: Trivial comment cleanup

There's no PaginatedIconGrid anymore

https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1301
This commit is contained in:
Georges Basile Stavracas Neto 2020-06-05 00:36:21 -03:00
parent 687928e7b7
commit be02f76aa7

View File

@ -1,5 +1,5 @@
// -*- mode: js; js-indent-level: 4; indent-tabs-mode: nil -*-
/* exported BaseIcon, IconGrid, PaginatedIconGrid */
/* exported BaseIcon, IconGrid */
const { Clutter, GLib, GObject, Graphene, Meta, St } = imports.gi;