mirror of
https://gitlab.com/JKANetwork/CheckServer.git
synced 2026-08-17 19:38:41 +02:00
Start again
This commit is contained in:
Vendored
+14
@@ -0,0 +1,14 @@
|
||||
// ┌────────────────────────────────────────────────────────────────────┐ \\
|
||||
// │ 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;
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user