Commit 780ad9d7 by Sergiu Dumitriu

Re-ran grunt to sync distribution files with the sources

parent 07715d15
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -395,7 +395,7 @@ ...@@ -395,7 +395,7 @@
} else { } else {
// Browser globals (glob is window) // Browser globals (glob is window)
// Raphael adds itself to window // Raphael adds itself to window
factory(glob, glob.eve); factory(glob, glob.eve || (typeof require == "function" && require('eve')) );
} }
}(this, function (window, eve) { }(this, function (window, eve) {
/*\ /*\
...@@ -8113,5 +8113,8 @@ ...@@ -8113,5 +8113,8 @@
// Even with AMD, Raphael should be defined globally // Even with AMD, Raphael should be defined globally
oldRaphael.was ? (g.win.Raphael = R) : (Raphael = R); oldRaphael.was ? (g.win.Raphael = R) : (Raphael = R);
if(typeof exports == "object"){
module.exports = R;
}
return R; return R;
})); }));
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment