Skip to content

Commit

Permalink
ISF Tidy.
Browse files Browse the repository at this point in the history
  • Loading branch information
gjb2048 committed Jul 20, 2024
1 parent 5e321ff commit cca464e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 28 deletions.
16 changes: 2 additions & 14 deletions amd/build/icon_system_fontawesome.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions amd/build/icon_system_fontawesome.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions amd/src/icon_system_fontawesome.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.

/**
* Foundation theme.
*
* An Icon System implementation for FontAwesome based on core/icon_system_fontawesome by
* Damyon Wiese.
*
* @module theme_foundation/icon_system_fontawesome
* @copyright 2017 Damyon Wiese
* @copyright 2019 G J Barnard.
* @author G J Barnard -
* {@link https://moodle.org/user/profile.php?id=442195}
* {@link https://gjbarnard.co.uk}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later.
*/
//
// Foundation theme.
//
// An Icon System implementation for FontAwesome based on core/icon_system_fontawesome by
// Damyon Wiese.
//
// @module theme_foundation/icon_system_fontawesome
// @copyright 2017 Damyon Wiese
// @copyright 2019 G J Barnard.
// @author G J Barnard -
// {@link https://moodle.org/user/profile.php?id=442195}
// {@link https://gjbarnard.co.uk}
// @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later.
//

import {call as fetchMany} from 'core/ajax';
import LocalStorage from 'core/localstorage';
Expand Down

0 comments on commit cca464e

Please sign in to comment.