2.1.2 dist files
This commit is contained in:
parent
076969f21d
commit
6555e24987
File diff suppressed because one or more lines are too long
|
|
@ -1,5 +1,5 @@
|
|||
// ┌────────────────────────────────────────────────────────────────────┐ \\
|
||||
// │ Raphaël 2.1.1 - JavaScript Vector Library │ \\
|
||||
// │ Raphaël 2.1.2 - JavaScript Vector Library │ \\
|
||||
// ├────────────────────────────────────────────────────────────────────┤ \\
|
||||
// │ Copyright © 2008-2012 Dmitry Baranovskiy (http://raphaeljs.com) │ \\
|
||||
// │ Copyright © 2008-2012 Sencha Labs (http://sencha.com) │ \\
|
||||
|
|
@ -378,7 +378,7 @@
|
|||
(typeof module != "undefined" && module.exports) ? (module.exports = eve) : (typeof define != "undefined" ? (define("eve", [], function() { return eve; })) : (glob.eve = eve));
|
||||
})(this);
|
||||
// ┌─────────────────────────────────────────────────────────────────────┐ \\
|
||||
// │ "Raphaël 2.1.0" - JavaScript Vector Library │ \\
|
||||
// │ "Raphaël 2.1.2" - JavaScript Vector Library │ \\
|
||||
// ├─────────────────────────────────────────────────────────────────────┤ \\
|
||||
// │ Copyright (c) 2008-2011 Dmitry Baranovskiy (http://raphaeljs.com) │ \\
|
||||
// │ Copyright (c) 2008-2011 Sencha Labs (http://sencha.com) │ \\
|
||||
|
|
@ -465,7 +465,7 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
R.version = "2.1.0";
|
||||
R.version = "2.1.2";
|
||||
R.eve = eve;
|
||||
var loaded,
|
||||
separator = /[, ]+/,
|
||||
|
|
|
|||
Loading…
Reference in New Issue