Skip to content

Commit

Permalink
Remove String.prototype.split polyfill warning (#7629)
Browse files Browse the repository at this point in the history
(cherry picked from commit 5c47920)
  • Loading branch information
nhunzaker authored and zpao committed Oct 4, 2016
1 parent 96d3938 commit 85de53c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/renderers/dom/ReactDOM.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ if (__DEV__) {
Date.now,
Function.prototype.bind,
Object.keys,
String.prototype.split,
String.prototype.trim,
];

Expand Down

0 comments on commit 85de53c

Please sign in to comment.