Skip to content

Commit

Permalink
[fixed] Added missing require statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Nov 23, 2014
1 parent 58d6650 commit 187eb0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/utils/createRouter.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ var ImitateBrowserBehavior = require('../behaviors/ImitateBrowserBehavior');
var RouteHandler = require('../components/RouteHandler');
var HashLocation = require('../locations/HashLocation');
var HistoryLocation = require('../locations/HistoryLocation');
var RefreshLocation = require('../locations/RefreshLocation');
var NavigationContext = require('../mixins/NavigationContext');
var StateContext = require('../mixins/StateContext');
var Scrolling = require('../mixins/Scrolling');
Expand Down

0 comments on commit 187eb0e

Please sign in to comment.