googlearchive / core-icons

core-icons
41 stars 18 forks source link

There seems to be a global 'google' javascript object declared conflicting with jsapi #4

Closed alextekartik closed 10 years ago

alextekartik commented 10 years ago

Go to http://www.polymer-project.org/components/core-icon/demo.html

Open the console and type google:

it prints something like <g id=​"google">​ <path d=​"...22.3z">​​ ​

Unfortunately, this conflicts with some google api (picker for example). From dart it is for example impossible to access google.picker