Skip to content

Commit

Permalink
Merge branch 'release/1.1.10'
Browse files Browse the repository at this point in the history
  • Loading branch information
Shamasis Bhattacharya committed May 27, 2014
2 parents ece0663 + 97b06bb commit 563c498
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "redraphael",
"filename": "raphael",
"version": "1.1.9",
"version": "1.1.10",
"rversion": "2.1.0",
"description": "RedRaphael",
"main": "index.js",
Expand Down
3 changes: 2 additions & 1 deletion package/raphael-fusioncharts.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ window.FusionCharts && window.FusionCharts.register('module', ['private', 'vendo


/**!
* RedRaphael 1.1.9 - JavaScript Vector Library
* RedRaphael 1.1.10 - JavaScript Vector Library
* Copyright (c) 2012-2013 FusionCharts Technologies <http://www.fusioncharts.com>
*
* Raphael 2.1.0
Expand Down Expand Up @@ -902,6 +902,7 @@ window.FusionCharts && window.FusionCharts.register('module', ['private', 'vendo

serializeArgs = R._serializeArgs = function (args) {
var arg0 = args[0],
pathString,
attrs,
i,
ii;
Expand Down
8 changes: 4 additions & 4 deletions package/raphael-min.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion package/raphael.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**!
* RedRaphael 1.1.9 - JavaScript Vector Library
* RedRaphael 1.1.10 - JavaScript Vector Library
* Copyright (c) 2012-2013 FusionCharts Technologies <http://www.fusioncharts.com>
*
* Raphael 2.1.0
Expand Down Expand Up @@ -885,6 +885,7 @@

serializeArgs = R._serializeArgs = function (args) {
var arg0 = args[0],
pathString,
attrs,
i,
ii;
Expand Down
1 change: 1 addition & 0 deletions source/raphael.core.js
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,7 @@

serializeArgs = R._serializeArgs = function (args) {
var arg0 = args[0],
pathString,
attrs,
i,
ii;
Expand Down

0 comments on commit 563c498

Please sign in to comment.