Skip to content

Commit 18a2627

Browse files
committed
appease jshint
1 parent c1964e2 commit 18a2627

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/render/RenderPixi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ var RenderPixi = {};
218218

219219
// transform the view
220220
container.scale.set(1 / boundsScaleX, 1 / boundsScaleY);
221-
container.position.set(-render.bounds.min.x * (1 / boundsScaleX), -render.bounds.min.y * (1 / boundsScaleY))
221+
container.position.set(-render.bounds.min.x * (1 / boundsScaleX), -render.bounds.min.y * (1 / boundsScaleY));
222222
} else {
223223
constraints = allConstraints;
224224
}

0 commit comments

Comments
 (0)