mirror of https://github.com/ColorlibHQ/gentelella
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
1.3 KiB
14 lines
1.3 KiB
// ┌────────────────────────────────────────────────────────────────────┐ \\
|
|
// │ 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;
|
|
|
|
}); |