diff options
Diffstat (limited to 'src/umd.js')
-rw-r--r-- | src/umd.js | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 +})); |