Closed akc42 closed 7 years ago
in the _outRouteChanged function with are checking that our params match allowed ones. The check is if (changes.base.params[key]) { , but this is false of the value of that parameter is zero.
_outRouteChanged
if (changes.base.params[key]) {
in the
_outRouteChanged
function with are checking that our params match allowed ones. The check isif (changes.base.params[key]) {
, but this is false of the value of that parameter is zero.