We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97712c0 commit 95bf602Copy full SHA for 95bf602
1 file changed
iron-jsonp-library.js
@@ -21,7 +21,6 @@ import {Base} from '@polymer/polymer/polymer-legacy.js';
21
* You should use an HTML Import to load library dependencies
22
* when possible instead of using this element.
23
*
24
- * @hero hero.svg
25
* @demo demo/index.html
26
* @polymerBehavior
27
*/
@@ -100,6 +99,7 @@ export const IronJsonpLibraryBehavior = {
100
99
this.callbackName);
101
},
102
+ /** @override */
103
ready: function() {
104
this._isReady = true;
105
if (this.libraryUrl)
@@ -229,6 +229,7 @@ Loader.prototype = {
229
Polymer({
230
231
is: 'iron-jsonp-library',
232
233
_template: null,
234
235
behaviors: [IronJsonpLibraryBehavior],
0 commit comments