Skip to content

Commit

Permalink
Merge branch 'dev-3.x' into attrs-perf
Browse files Browse the repository at this point in the history
  • Loading branch information
sdesai committed Mar 29, 2013
2 parents b599b85 + 12db1b0 commit 872812b
Show file tree
Hide file tree
Showing 201 changed files with 8,328 additions and 5,965 deletions.
4 changes: 2 additions & 2 deletions build/axis-base/axis-base-coverage.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/axis-base/axis-base-debug.js
Expand Up @@ -433,7 +433,7 @@ Y.AxisBase = Y.Base.create("axisBase", Y.Base, [Y.Renderer], {
{
var edgeOffset;
if(this.get("calculateEdgeOffset")) {
edgeOffset = l/ct;
edgeOffset = (l/ct)/2;
} else {
edgeOffset = 0;
}
Expand Down
2 changes: 1 addition & 1 deletion build/axis-base/axis-base-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/axis-base/axis-base.js
Expand Up @@ -433,7 +433,7 @@ Y.AxisBase = Y.Base.create("axisBase", Y.Base, [Y.Renderer], {
{
var edgeOffset;
if(this.get("calculateEdgeOffset")) {
edgeOffset = l/ct;
edgeOffset = (l/ct)/2;
} else {
edgeOffset = 0;
}
Expand Down

0 comments on commit 872812b

Please sign in to comment.