mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Merge pull request #4140 from zpao/mv-errorutils
Move ReactErrorUtils out of vendor
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
* @typechecks
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
'use strict';
|
||||
|
||||
var ReactErrorUtils = {
|
||||
/**
|
||||
@@ -24,7 +24,7 @@ var ReactErrorUtils = {
|
||||
*/
|
||||
guard: function(func, name) {
|
||||
return func;
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = ReactErrorUtils;
|
||||
Reference in New Issue
Block a user