Skip to content

Commit

Permalink
@providesModule to fix require pathing
Browse files Browse the repository at this point in the history
  • Loading branch information
rainer oviir authored and rainer oviir committed Feb 29, 2016
1 parent b3d310b commit 754bbf9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/isomorphic/ReactDebugTool.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

'use strict';
var ReactInvalidSetStateWarningDevTool = require('./devtools/ReactInvalidSetStateWarningDevTool');
var ReactInvalidSetStateWarningDevTool = require('ReactInvalidSetStateWarningDevTool');
var warning = require('warning');

var eventHandlers = [];
Expand Down
10 changes: 10 additions & 0 deletions src/isomorphic/devtools/ReactInvalidSetStateWarningDevTool.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/**
* Copyright 2016-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*
* @providesModule ReactInvalidSetStateWarningDevTool
*/

'use strict';

Expand Down

0 comments on commit 754bbf9

Please sign in to comment.