Skip to content

Commit 95bf602

Browse files
authored
Add @OverRide, remove @attribute/@group/@hero/@homepage (#40)
1 parent 97712c0 commit 95bf602

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

iron-jsonp-library.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import {Base} from '@polymer/polymer/polymer-legacy.js';
2121
* You should use an HTML Import to load library dependencies
2222
* when possible instead of using this element.
2323
*
24-
* @hero hero.svg
2524
* @demo demo/index.html
2625
* @polymerBehavior
2726
*/
@@ -100,6 +99,7 @@ export const IronJsonpLibraryBehavior = {
10099
this.callbackName);
101100
},
102101

102+
/** @override */
103103
ready: function() {
104104
this._isReady = true;
105105
if (this.libraryUrl)
@@ -229,6 +229,7 @@ Loader.prototype = {
229229
Polymer({
230230

231231
is: 'iron-jsonp-library',
232+
/** @override */
232233
_template: null,
233234

234235
behaviors: [IronJsonpLibraryBehavior],

0 commit comments

Comments
 (0)