aboutsummaryrefslogtreecommitdiffstats
path: root/src/umd.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/umd.js')
-rw-r--r--src/umd.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/umd.js b/src/umd.js
index 3ef3ab9..55a9de0 100644
--- a/src/umd.js
+++ b/src/umd.js
@@ -1,4 +1,5 @@
(function(root, factory) {
+ /* istanbul ignore next */
if (typeof define === 'function' && define.amd) {
define(function(){
return factory(root, root.document)
@@ -14,4 +15,4 @@
return SVG
-})); \ No newline at end of file
+}));