aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authordotnetCarpenter <jon.ronnenberg@gmail.com>2017-04-11 20:02:35 +0200
committerdotnetCarpenter <jon.ronnenberg@gmail.com>2017-04-11 20:02:35 +0200
commitaed93051529b22a3bbdbabcd4e391a794ff44bc8 (patch)
treef5cd74b4d6a6b6e3d42f2340b120562da1b05053 /src
parentae7b087db03e330bef21f026a652759d9bd7f57e (diff)
downloadsvg.js-aed93051529b22a3bbdbabcd4e391a794ff44bc8.tar.gz
svg.js-aed93051529b22a3bbdbabcd4e391a794ff44bc8.zip
skip coverage for UMD
Diffstat (limited to 'src')
-rw-r--r--src/umd.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/umd.js b/src/umd.js
index 90184d8..c7017ad 100644
--- a/src/umd.js
+++ b/src/umd.js
@@ -1,4 +1,6 @@
(function(root, factory) {
+ 'use strict'
+ /* istanbul ignore next */
if (typeof define === 'function' && define.amd) {
define(function(){
return factory(root, root.document)