diff options
author | dotnetCarpenter <jon.ronnenberg@gmail.com> | 2017-04-12 14:27:48 +0200 |
---|---|---|
committer | dotnetCarpenter <jon.ronnenberg@gmail.com> | 2017-04-12 14:30:13 +0200 |
commit | bdca2b240af2e565db0b7bf3c31e28a96602fcb0 (patch) | |
tree | 6842a078a4c39d7517e9a7e1c5c3123cc587e77b | |
parent | be454370ef8d504faf7741d4fe51e8486c18649f (diff) | |
download | svg.js-bdca2b240af2e565db0b7bf3c31e28a96602fcb0.tar.gz svg.js-bdca2b240af2e565db0b7bf3c31e28a96602fcb0.zip |
use strict removed from umd wrapper by virtue of being ugly and assuring fuzzyma's sleep at night
-rw-r--r-- | src/umd.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,5 +1,4 @@ (function(root, factory) { - 'use strict' /* istanbul ignore next */ if (typeof define === 'function' && define.amd) { define(function(){ |