Skip to content

Commit

Permalink
appease jshint
Browse files Browse the repository at this point in the history
  • Loading branch information
liabru committed Jul 12, 2014
1 parent c1964e2 commit 18a2627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/render/RenderPixi.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ var RenderPixi = {};

// transform the view
container.scale.set(1 / boundsScaleX, 1 / boundsScaleY);
container.position.set(-render.bounds.min.x * (1 / boundsScaleX), -render.bounds.min.y * (1 / boundsScaleY))
container.position.set(-render.bounds.min.x * (1 / boundsScaleX), -render.bounds.min.y * (1 / boundsScaleY));
} else {
constraints = allConstraints;
}
Expand Down

0 comments on commit 18a2627

Please sign in to comment.