Skip to content

Commit

Permalink
fix(stringToStyles): Add missing return this
Browse files Browse the repository at this point in the history
  • Loading branch information
liqueurdetoile committed Feb 20, 2018
1 parent be0f476 commit f2da80b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ export default class ObjectArray {
}
}
}.bind(this));
return this;
}

/**
Expand Down

0 comments on commit f2da80b

Please sign in to comment.