Skip to content

Commit 6526e70

Browse files
committed
[removed] location="disabled"
1 parent 7f5de71 commit 6526e70

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/components/Routes.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ var REF_NAME = '__activeRoute__';
2626
var NAMED_LOCATIONS = {
2727
hash: HashLocation,
2828
history: HistoryLocation,
29-
refresh: RefreshLocation,
30-
disabled: RefreshLocation // TODO: Remove
29+
refresh: RefreshLocation
3130
};
3231

3332
/**

0 commit comments

Comments
 (0)