react 0.12.1 → 0.12.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -63,7 +63,7 @@ function createInstanceForTag(tag, props, parentType) {
63
63
 
64
64
  var ReactNativeComponent = {
65
65
  createInstanceForTag: createInstanceForTag,
66
- injection: ReactNativeComponentInjection,
66
+ injection: ReactNativeComponentInjection
67
67
  };
68
68
 
69
69
  module.exports = ReactNativeComponent;
@@ -231,7 +231,7 @@ var ReactTestUtils = {
231
231
  mockComponent: function(module, mockTagName) {
232
232
  mockTagName = mockTagName || module.mockTagName || "div";
233
233
 
234
- var ConvenienceConstructor = React.createClass({displayName: 'ConvenienceConstructor',
234
+ var ConvenienceConstructor = React.createClass({displayName: "ConvenienceConstructor",
235
235
  render: function() {
236
236
  return React.createElement(
237
237
  mockTagName,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react",
3
3
  "description": "React is a JavaScript library for building user interfaces.",
4
- "version": "0.12.1",
4
+ "version": "0.12.2",
5
5
  "keywords": [
6
6
  "react"
7
7
  ],