Skip to content

Commit

Permalink
Fixed lint warning in master (facebook#8960)
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn authored and gaearon committed Feb 9, 2017
1 parent 741d9b2 commit df13eb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function expectWarningInDevelopment(declaration, value) {
var props = {testProp: value};
var propName = 'testProp' + Math.random().toString();
var componentName = 'testComponent' + Math.random().toString();
for (var i = 0; i < 3; i ++) {
for (var i = 0; i < 3; i++) {
declaration(
props,
propName,
Expand Down

0 comments on commit df13eb3

Please sign in to comment.