summaryrefslogtreecommitdiffstats
path: root/src/loader.js
blob: 80644d8c4ecda583794faf99ad78da5adb617a48 (plain)
1
2
3
4
5
6
// Use AMD or CommonJS if either is present
if (typeof define === 'function' && define.amd)
  define(function() { return SVG })
else if (typeof exports !== 'undefined')
  exports.SVG = SVG