Code style fix: replace tabs to spaces

This commit is contained in:
sapics 2018-09-27 16:47:17 +09:00 committed by GitHub
parent a5683c1184
commit f8d8b5cc03
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 // into account, which will be defined by the time the load
// event is called. // event is called.
var center = getPoint(node).add(size.divide(2)); var center = getPoint(node).add(size.divide(2));
this._matrix.append(new Matrix().translate(center)); this._matrix.append(new Matrix().translate(center));
}); });
return raster; return raster;
}, },