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 563e8c4 commit fac7caaCopy full SHA for fac7caa
1 file changed
src/js/tab/tab.js
@@ -6,7 +6,7 @@
6
get view() { return this.getAttribute('view'); }
7
set view(value) { this.setAttribute('view', value); }
8
get orientation() { return this.getAttribute('orientation'); }
9
- set orientation(value) { this.setAttribute('oriendation', value); }
+ set orientation(value) { this.setAttribute('orientation', value); }
10
11
/* Lifecycle, element created */
12
constructor() {
0 commit comments