- Refactoring: Ensure file-global tags are at beginning of file
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user