Skip to content

Commit

Permalink
Fix use strict warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
bripkens committed Feb 3, 2014
1 parent 85270ae commit 4e9352f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/core/ReactComponentEnvironment.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
*
* @providesModule ReactComponentEnvironment
*/
"use strict";

var ReactComponentBrowserEnvironment =
require('ReactComponentBrowserEnvironment');
Expand Down
1 change: 1 addition & 0 deletions src/core/ReactMultiChildUpdateTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
*
* @providesModule ReactMultiChildUpdateTypes
*/
"use strict";

var keyMirror = require('keyMirror');

Expand Down

0 comments on commit 4e9352f

Please sign in to comment.