Skip to content

Commit

Permalink
amend
Browse files Browse the repository at this point in the history
  • Loading branch information
legomushroom committed Feb 19, 2016
1 parent 8be78a8 commit 1968669
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/mo.js
Expand Up @@ -541,7 +541,7 @@
if (this.props.randomAngle || this.props.randomRadius) {
var len = this.transits.length;
while (len--) {
tr = this.transits[len];
var tr = this.transits[len];
this.props.randomAngle && tr._setProp({ angleShift: this._generateRandomAngle() });
this.props.randomRadius && tr._setProp({ radiusScale: this._generateRandomRadius() });
}
Expand Down

0 comments on commit 1968669

Please sign in to comment.