Commit c8715b5 1 parent 282bd34 commit c8715b5 Copy full SHA for c8715b5
File tree 1 file changed +9
-2
lines changed
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,11 @@ export const LegacyElementMixin = dedupingMixin((base) => {
143
143
}
144
144
}
145
145
146
- /** @override */
146
+ /**
147
+ * @override
148
+ * @param {string } name
149
+ * @param {string } value
150
+ */
147
151
setAttribute ( name , value ) {
148
152
if ( legacyNoObservedAttributes && ! this . _legacyForceObservedAttributes ) {
149
153
const oldValue = this . getAttribute ( name ) ;
@@ -155,7 +159,10 @@ export const LegacyElementMixin = dedupingMixin((base) => {
155
159
}
156
160
}
157
161
158
- /** @override */
162
+ /**
163
+ * @override
164
+ * @param {string } name
165
+ */
159
166
removeAttribute ( name ) {
160
167
if ( legacyNoObservedAttributes && ! this . _legacyForceObservedAttributes ) {
161
168
const oldValue = this . getAttribute ( name ) ;
You can’t perform that action at this time.
0 commit comments