We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad84092 commit 67d1a97Copy full SHA for 67d1a97
README.md
@@ -46,7 +46,7 @@ import {PolymerElement, html} from '@polymer/polymer';
46
import {mixinBehaviors} from '@polymer/polymer/lib/legacy/class.js';
47
import {AppLocalizeBehavior} from '@polymer/app-localize-behavior/app-localize-behavior.js';
48
49
-class SampleElement extends extends mixinBehaviors([AppLocalizeBehavior], PolymerElement) {
+class SampleElement extends mixinBehaviors([AppLocalizeBehavior], PolymerElement) {
50
static get template() {
51
return html`
52
<div>{{localize('hello', 'name', 'Batman')}}</div>
0 commit comments