#167 Reverted modifications to libraries. Wrote rickshaw_ie7_shim.js to get libs loading without errors on IE7.
[ckanext-ga-report.git] / ckanext / ga_report / public / scripts / vendor / d3.v2.js
blob:a/ckanext/ga_report/public/scripts/vendor/d3.v2.js -> blob:b/ckanext/ga_report/public/scripts/vendor/d3.v2.js
--- a/ckanext/ga_report/public/scripts/vendor/d3.v2.js
+++ b/ckanext/ga_report/public/scripts/vendor/d3.v2.js
@@ -1,4 +1,4 @@
-if (Modernizr.svg){(function() {
+(function() {
   function d3_class(ctor, properties) {
     try {
       for (var key in properties) {
@@ -7023,5 +7023,4 @@
   d3.time.scale.utc = function() {
     return d3_time_scale(d3.scale.linear(), d3_time_scaleUTCMethods, d3_time_scaleUTCFormat);
   };
-})();}
-
+})();