Skip to content

Commit 755cc96

Browse files
Combine displayName using underscore
1 parent a6116b3 commit 755cc96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ReactPerf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ var ReactPerf = {
5656
}
5757
return func.apply(this, arguments);
5858
};
59-
wrapper.displayName = objName + '.' + fnName;
59+
wrapper.displayName = objName + '_' + fnName;
6060
return wrapper;
6161
}
6262
return func;

0 commit comments

Comments
 (0)