xref
: /
plugin
/
sequencediagram
/
bower_components
/
raphael
/
dev
/
raphael.amd.js
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
define
([
"./raphael.core"
,
"./raphael.svg"
,
"./raphael.vml"
],
function
(
R
) {
2
3
return
R
;
4
5
});