Files
react/src
Sebastian Markbage 7ce8c844bd Hide ReactElement constructor
This prevents feature tests like:

var ReactElement = React.createElement(...).constructor;

if (element.constructor === ReactElement)

This is intentional so that we have the option to make these plain objects.
E.g. for direct inlining or replacing them with value types.
2014-10-23 12:08:14 -07:00
..
2014-10-23 12:08:14 -07:00
2013-05-29 12:54:02 -07:00