Just adding semicolons to make the linter happy

This commit is contained in:
Lee Grey
2015-03-24 22:33:14 +13:00
parent c9b581f6db
commit 93deb1c2c5
4 changed files with 5 additions and 6 deletions

View File

@@ -48,7 +48,6 @@
return this.getSampleRenderer_().getOffset();
};
ns.CompositeRenderer.prototype.setGridWidth = function (b) {
this.renderers.forEach(function (renderer) {
renderer.setGridWidth(b);