Skip to content

Commit

Permalink
Submitted options should over-ride configured.
Browse files Browse the repository at this point in the history
  • Loading branch information
cesutherland committed Apr 2, 2012
1 parent ac9a8e6 commit 5ba81e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/adapters/flotr/Child.js
Expand Up @@ -30,8 +30,7 @@ Child.prototype = {
data = data || o.data; data = data || o.data;


if (flotr) { if (flotr) {
flotr = Flotr.clone(flotr); flotr = Flotr.merge(flotr, Flotr.clone(o));
flotr = Flotr.merge(o, flotr);
} else { } else {
flotr = o; flotr = o;
} }
Expand Down

0 comments on commit 5ba81e7

Please sign in to comment.