diff options
author | dotnetCarpenter <jon.ronnenberg@gmail.com> | 2016-11-13 00:20:28 +0100 |
---|---|---|
committer | dotnetCarpenter <jon.ronnenberg@gmail.com> | 2016-11-13 00:23:52 +0100 |
commit | 3e614d4fe9670fb952d057b0407f6d651e45f71d (patch) | |
tree | 080199e269123b29ccb1524a45de385a6f44aaba /dist | |
parent | 29f3113b1f911e6a1c3c51c52f1b1485973a4fff (diff) | |
download | svg.js-3e614d4fe9670fb952d057b0407f6d651e45f71d.tar.gz svg.js-3e614d4fe9670fb952d057b0407f6d651e45f71d.zip |
added code coverage
Diffstat (limited to 'dist')
-rw-r--r-- | dist/svg.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/svg.js b/dist/svg.js index ad8abda..54ba2a4 100644 --- a/dist/svg.js +++ b/dist/svg.js @@ -6,7 +6,7 @@ * @copyright Wout Fierens <wout@mick-wout.com.com> * @license MIT * -* BUILT: Sat Nov 12 2016 22:04:58 GMT+0100 (CET) +* BUILT: Sun Nov 13 2016 00:23:29 GMT+0100 (CET) */; (function(root, factory) { if (typeof define === 'function' && define.amd) { |