From d2aa7cb10f94a9612bb9b4ddc2f1392d38c83172 Mon Sep 17 00:00:00 2001 From: Michael Jackson Date: Fri, 3 Oct 2014 06:58:50 -0700 Subject: [PATCH] [added] --- modules/mixins/PathState.js | 1 + 1 file changed, 1 insertion(+) 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