set c3nav._routing
This commit is contained in:
parent
6eedf2b9dc
commit
1fabe9160c
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ c3nav = {
|
|||
_routing: false,
|
||||
update_state: function(routing) {
|
||||
if (routing === undefined) routing = c3nav._routing;
|
||||
c3nav._routing = routing;
|
||||
|
||||
var $destination = $('#destination-input'),
|
||||
$origin = $('#origin-input'),
|
||||
view;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue