mirror of
https://github.com/supanadit/short-url.git
synced 2025-02-08 09:08:40 +00:00
5 lines
94 B
JavaScript
5 lines
94 B
JavaScript
|
define(["./raphael.core", "./raphael.svg", "./raphael.vml"], function(R) {
|
||
|
|
||
|
return R;
|
||
|
|
||
|
});
|