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
https://github.com/Polymer/polymer-dev/blob/b25604a5f7d765e51e8984dcc2b9c5680695b565/src/instance/properties.js#L129
function bindProperties(inA, inProperty, observable) { log.bind && console.log(LOG_BIND_PROPS, inB.localName || 'object', inPath, inA.localName, inProperty);
"inB" and "inPath" ... looks like leftover code from the old impl
The text was updated successfully, but these errors were encountered:
I just spent far to much time checking what I'm doing wrong cause of this. I will send PR that fix that issue.
Sorry, something went wrong.
This logging info has been removed.
No branches or pull requests
https://github.com/Polymer/polymer-dev/blob/b25604a5f7d765e51e8984dcc2b9c5680695b565/src/instance/properties.js#L129
"inB" and "inPath" ... looks like leftover code from the old impl
The text was updated successfully, but these errors were encountered: