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
Observer arguments must now be separated by commas, not simple whitespace.
Should be:
observers: [ '_updateCenter(latitude, longitude)' ],
insteadof
observers: [ '_updateCenter(latitude longitude)' ],
https://github.com/GoogleWebComponents/google-map/blob/master/google-map.html#L328
The text was updated successfully, but these errors were encountered:
162f153
Merge pull request #140 from GoogleWebComponents/sjm-fix-138-139
e90e13d
observer arguments must be separated by commas (fix #138), relax type…
sjmiles
No branches or pull requests
Observer arguments must now be separated by commas, not simple whitespace.
Should be:
insteadof
https://github.com/GoogleWebComponents/google-map/blob/master/google-map.html#L328
The text was updated successfully, but these errors were encountered: