File: raphael.amd.js

package info (click to toggle)
raphael 2.3.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,320 kB
  • sloc: javascript: 17,368; makefile: 7
file content (5 lines) | stat: -rw-r--r-- 94 bytes parent folder | download | duplicates (3)
1
2
3
4
5
define(["./raphael.core", "./raphael.svg", "./raphael.vml"], function(R) {

    return R;

});