Skip to content

Commit 67d1a97

Browse files
committed
oops
1 parent ad84092 commit 67d1a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ import {PolymerElement, html} from '@polymer/polymer';
4646
import {mixinBehaviors} from '@polymer/polymer/lib/legacy/class.js';
4747
import {AppLocalizeBehavior} from '@polymer/app-localize-behavior/app-localize-behavior.js';
4848

49-
class SampleElement extends extends mixinBehaviors([AppLocalizeBehavior], PolymerElement) {
49+
class SampleElement extends mixinBehaviors([AppLocalizeBehavior], PolymerElement) {
5050
static get template() {
5151
return html`
5252
<div>{{localize('hello', 'name', 'Batman')}}</div>

0 commit comments

Comments
 (0)