mirror of
https://github.com/supanadit/todo.git
synced 2024-11-10 09:52:19 +00:00
5 lines
94 B
JavaScript
5 lines
94 B
JavaScript
|
define(["./raphael.core", "./raphael.svg", "./raphael.vml"], function(R) {
|
||
|
|
||
|
return R;
|
||
|
|
||
|
});
|