File tree Expand file tree Collapse file tree 7 files changed +20
-23
lines changed Expand file tree Collapse file tree 7 files changed +20
-23
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " google-apis" ,
3- "version" : " 1.1.2 " ,
3+ "version" : " 1.1.3 " ,
44 "description" : " Web components to load Google API libraries" ,
55 "homepage" : " https://elements.polymer-project.org/elements/google-apis?active=google-js-api" ,
66 "main" : " google-apis.html" ,
Original file line number Diff line number Diff line change 1010< link rel ="import " href ="../polymer/polymer.html ">
1111< link rel ="import " href ="../iron-jsonp-library/iron-jsonp-library.html ">
1212
13- < script >
14- /**
13+ <!--
1514Dynamically loads Google JavaScript API `gapi`, firing the `js-api-load` event when ready.
1615
1716Any number of components can use `<google-js-api>` elements, and the library will only be loaded once.
2423 api.addEventListener('js-api-load', function(e) {
2524 console.log('API loaded', gapi);
2625 });
27- < /script>
28-
29- */
26+ </script>
27+ -->
28+ < script >
3029 Polymer ( {
3130
3231 is : 'google-js-api' ,
Original file line number Diff line number Diff line change 1010< link rel ="import " href ="../polymer/polymer.html ">
1111< link rel ="import " href ="../iron-jsonp-library/iron-jsonp-library.html ">
1212
13- < script >
14- /**
13+ <!--
1514Dynamically loads the legacy Google JavaScript API Loader (https://developers.google.com/loader/).
1615
1716Fires `api-load` event when ready.
18- */
17+ -->
18+ < script >
1919 Polymer ( {
2020
2121 is : 'google-legacy-loader' ,
Original file line number Diff line number Diff line change 1010< link rel ="import " href ="../polymer/polymer.html ">
1111< link rel ="import " href ="../iron-jsonp-library/iron-jsonp-library.html ">
1212
13- < script >
14- / * *
13+ <!--
1514Dynamically loads the Google Maps JavaScript API, firing the `api-load` event when ready.
1615
1716#### Example
2726Any number of components can use `<google-maps-api>` elements, and the library will only be loaded once.
2827
2928@summary Element wrapper around Google Maps API.
30-
31- */
29+ -->
30+ < script >
3231 Polymer ( {
3332
3433 is : 'google-maps-api' ,
Original file line number Diff line number Diff line change 1010< link rel ="import " href ="../polymer/polymer.html ">
1111< link rel ="import " href ="../iron-jsonp-library/iron-jsonp-library.html ">
1212
13- < script >
14- /**
13+ <!--
1514Dynamically loads the Google+ JavaScript API, firing the `api-load` event when ready.
1615
1716Any number of components can use `<google-plusone-api>` elements, and the library will only be loaded once.
18- */
17+ -->
18+ < script >
1919 Polymer ( {
2020
2121 is : 'google-plusone-api' ,
Original file line number Diff line number Diff line change 1010< link rel ="import " href ="../polymer/polymer.html ">
1111< link rel ="import " href ="../iron-jsonp-library/iron-jsonp-library.html ">
1212
13- < script >
14- /**
13+ <!--
1514Dynamically loads the Google Drive Realtime API, firing the `api-load` event when ready.
1615
1716Any number of components can use `<google-realtime-api>` elements, and the library will only be loaded once.
18-
19- */
17+ -->
18+ < script >
2019 Polymer ( {
2120
2221 is : 'google-realtime-api' ,
Original file line number Diff line number Diff line change 1010< link rel ="import " href ="../polymer/polymer.html ">
1111< link rel ="import " href ="../iron-jsonp-library/iron-jsonp-library.html ">
1212
13- < script >
14- /**
13+ <!--
1514Dynamically loads the Google Youtube Iframe API, firing the `api-load` event when ready.
1615
1716Any number of components can use `<google-youtube-api>` elements, and the library will only be loaded once.
1817
1918https://developers.google.com/youtube/iframe_api_reference
20- */
19+ -->
20+ < script >
2121 Polymer ( {
2222
2323 is : 'google-youtube-api' ,
You can’t perform that action at this time.
0 commit comments