From 97abec91d691093ccefcbb8552dec2a0575c6523 Mon Sep 17 00:00:00 2001 From: Saivan Date: Tue, 27 Feb 2018 03:37:31 +1100 Subject: Fixed a few hanging issues with the linter This commit fixes a few typesetting issues that probably resulted from the automated linting process --- dist/svg.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dist') diff --git a/dist/svg.js b/dist/svg.js index b3679d2..d37def1 100644 --- a/dist/svg.js +++ b/dist/svg.js @@ -6,7 +6,7 @@ * @copyright Wout Fierens * @license MIT * -* BUILT: Tue Feb 27 2018 02:50:00 GMT+1100 (AEDT) +* BUILT: Tue Feb 27 2018 03:30:34 GMT+1100 (AEDT) */; (function(root, factory) { @@ -31,13 +31,13 @@ if (!supported) return {supported: false} // Otherwise, the library will be here -/* eslint-disable */ +/* global createElement, capitalize */ +/* eslint-disable new-cap */ // The main wrapping element var SVG = this.SVG = function (element) { if (SVG.supported) { element = createElement(element) - return element } } -- cgit v1.2.3