Merge pull request #1518 from sapics/patch-1

Code style fix: replace tabs to spaces
This commit is contained in:
Jürg Lehni 2018-09-27 11:09:07 +02:00 committed by GitHub
commit 2cda6a3694
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -223,7 +223,7 @@ new function() {
// into account, which will be defined by the time the load
// event is called.
var center = getPoint(node).add(size.divide(2));
this._matrix.append(new Matrix().translate(center));
this._matrix.append(new Matrix().translate(center));
});
return raster;
},