set c3nav._routing

This commit is contained in:
Laura Klünder 2017-10-30 17:47:08 +01:00
parent 6eedf2b9dc
commit 1fabe9160c

View file

@ -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;