diff options
author | dotnetCarpenter <jon.ronnenberg@gmail.com> | 2017-04-11 20:02:35 +0200 |
---|---|---|
committer | dotnetCarpenter <jon.ronnenberg@gmail.com> | 2017-04-11 20:02:35 +0200 |
commit | aed93051529b22a3bbdbabcd4e391a794ff44bc8 (patch) | |
tree | f5cd74b4d6a6b6e3d42f2340b120562da1b05053 /src | |
parent | ae7b087db03e330bef21f026a652759d9bd7f57e (diff) | |
download | svg.js-aed93051529b22a3bbdbabcd4e391a794ff44bc8.tar.gz svg.js-aed93051529b22a3bbdbabcd4e391a794ff44bc8.zip |
skip coverage for UMD
Diffstat (limited to 'src')
-rw-r--r-- | src/umd.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |