Commit 8b348280 by Dmitry Baranovskiy

0.5.11 version number update and packed version

parent 24763362
/* /*
* Raphael 0.5.10 - JavaScript Vector Library * Raphael 0.5.11 - JavaScript Vector Library
* *
* Copyright (c) 2008 Dmitry Baranovskiy (raphaeljs.com) * Copyright (c) 2008 Dmitry Baranovskiy (raphaeljs.com)
* Licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) license. * Licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) license.
...@@ -8,7 +8,7 @@ var Raphael = (function (type) { ...@@ -8,7 +8,7 @@ var Raphael = (function (type) {
var r = function () { var r = function () {
return r._create.apply(r, arguments); return r._create.apply(r, arguments);
}; };
r.version = "0.5.10"; r.version = "0.5.11";
r.type = type; r.type = type;
var C = {}; var C = {};
function Matrix(m11, m12, m21, m22, dx, dy) { function Matrix(m11, m12, m21, m22, dx, dy) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment