(fn)
| 29232 | // Helper function to allow the creation of anonymous functions which do not |
| 29233 | // have .name set to the name of the variable being assigned to. |
| 29234 | function identity(fn) { |
| 29235 | return fn; |
| 29236 | } |
| 29237 | |
| 29238 | var ReactPropTypeLocationNames; |
| 29239 | if (process.env.NODE_ENV !== 'production') { |