1
0
mirror of https://gitlab.com/JKANetwork/CheckServer.git synced 2026-02-23 21:43:46 +01:00
Files
CheckServer/vendors/raphael/dev/raphael.amd.js
2020-10-04 17:14:00 +02:00

14 lines
1.3 KiB
JavaScript

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