We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5d6051 commit d2aa7cbCopy full SHA for d2aa7cb
modules/mixins/PathState.js
@@ -11,6 +11,7 @@ var PathStore = require('../stores/PathStore');
11
* A hash of { name: location } pairs.
12
*/
13
var NAMED_LOCATIONS = {
14
+ none: null,
15
hash: HashLocation,
16
history: HistoryLocation,
17
refresh: RefreshLocation
0 commit comments