File "raphael.amd.js"

Full Path: /home/cananyalcin/public_html/vendors/raphael/dev/raphael.amd.js
File size: 1.26 KB
MIME-type: text/plain
Charset: utf-8

// ┌────────────────────────────────────────────────────────────────────┐ \\
// │ 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;

});