We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This doesn't work:
var map = new Map({ 0: "zero" }); map.attr({ 1: "one" }, "true");
since _setAttrs is looking explicitly for true.
_setAttrs
true
This causes problems when using can-map as can-route.data since can-route stringifies the arguments: https://github.com/canjs/can-route/blob/cf58f3ff398411fd8f61ebe29fc54888d037a30a/can-route.js#L318
can-map
can-route.data
can-route
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This doesn't work:
since
_setAttrs
is looking explicitly fortrue
.This causes problems when using
can-map
ascan-route.data
sincecan-route
stringifies the arguments:https://github.com/canjs/can-route/blob/cf58f3ff398411fd8f61ebe29fc54888d037a30a/can-route.js#L318
The text was updated successfully, but these errors were encountered: