Skip to content

Commit

Permalink
Merge pull request facebook#56 from nishp1/master
Browse files Browse the repository at this point in the history
fix facebook#45: Dispatcher fails in Chrome
  • Loading branch information
fisherwebdev committed Sep 10, 2014
2 parents 6ac5556 + 11286b8 commit c62ad1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Dispatcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
* @typechecks
*/

"use strict";

var invariant = require('./invariant');

var _lastID = 1;
Expand Down

0 comments on commit c62ad1e

Please sign in to comment.