diff --git a/modules/mixins/PathState.js b/modules/mixins/PathState.js index 78f7a88318..0535295f4c 100644 --- a/modules/mixins/PathState.js +++ b/modules/mixins/PathState.js @@ -11,6 +11,7 @@ var PathStore = require('../stores/PathStore'); * A hash of { name: location } pairs. */ var NAMED_LOCATIONS = { + none: null, hash: HashLocation, history: HistoryLocation, refresh: RefreshLocation