raphael.amd.js 1.3 KB

1234567891011121314
  1. // ┌────────────────────────────────────────────────────────────────────┐ \\
  2. // │ Raphaël @@VERSION - JavaScript Vector Library │ \\
  3. // ├────────────────────────────────────────────────────────────────────┤ \\
  4. // │ Copyright © 2008-2012 Dmitry Baranovskiy (http://raphaeljs.com) │ \\
  5. // │ Copyright © 2008-2012 Sencha Labs (http://sencha.com) │ \\
  6. // ├────────────────────────────────────────────────────────────────────┤ \\
  7. // │ Licensed under the MIT (http://raphaeljs.com/license.html) license.│ \\
  8. // └────────────────────────────────────────────────────────────────────┘ \\
  9. define(["./raphael.core", "./raphael.svg", "./raphael.vml"], function(R) {
  10. return R;
  11. });