Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I should be able to use symbol as option keys #17

Open
unplugandplay opened this issue May 23, 2016 · 0 comments
Open

I should be able to use symbol as option keys #17

unplugandplay opened this issue May 23, 2016 · 0 comments

Comments

@unplugandplay
Copy link

When I write
routific.setOptions({
traffic: Traffic,
min_vehicles: MinVehicles
})
my options are not regonize,
to get it working, I have to use this syntax:
routific.setOptions({
"traffic" => Traffic,
"min_vehicles" => MinVehicles
})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant