Brian McBride

Results 5 issues of Brian McBride

Fixes issue #353 markers property is set to readOnly and will throw an error if set directly. `this.markers = VALUE` is incorrect. `this._setMarkers(VALUE)` is correct. Currently it is doing both...

cla: yes

I am using the Polymer framework, and specifically the polymer-build toolchain. bower.json entry is: ``` "dependencies": { "google-map": "GoogleWebComponents/google-map#^1.2.0" } ``` We are using these npm versions to compile from...

Thanks for the component! I'm working on a 2.0 project and thought I'd convert this over. No logic changed, just formatting for 2.0, converting to and the listener changes.

### Description I have a case where I need to set or unset all the checkboxes in a list. I have a few dozen checkboxes. When looping through the elements...

I am migrating a site to web components and there are parts of our site with libraries that I can't swap over immediately. To this end, we already have Google...