- Refactoring: Ensure file-global tags are at beginning of file

This commit is contained in:
Brett Zamir
2019-12-31 16:31:28 +08:00
parent d9d4d94976
commit 7fc26e114d
15 changed files with 57 additions and 145 deletions

View File

@@ -1,5 +1,3 @@
// Todo: Move to own module (and have it import a modular base64 encoder)
import {encode64} from '../utilities.js';
/**
* @file SVG Icon Loader 2.0
*
@@ -86,6 +84,9 @@ $(function () {
});
*/
// Todo: Move to own module (and have it import a modular base64 encoder)
import {encode64} from '../utilities.js';
const isOpera = Boolean(window.opera);
const fixIDs = function (svgEl, svgNum, force) {