mirror of
https://gitlab.com/JKANetwork/CheckServer.git
synced 2026-03-18 08:22:03 +01:00
Start again
This commit is contained in:
14
vendors/raphael/dev/raphael.amd.js
vendored
Normal file
14
vendors/raphael/dev/raphael.amd.js
vendored
Normal file
@@ -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