Files
thetool/public/plugins/raphael/dev/raphael.amd.js
Frank Schubert 4ea4927931 Initial commit
2021-03-29 23:04:42 +02:00

5 lines
94 B
JavaScript

define(["./raphael.core", "./raphael.svg", "./raphael.vml"], function(R) {
return R;
});