Skip to content

Commit 6adbc23

Browse files
author
Steven Orvell
committed
Fix typo
1 parent b13e656 commit 6adbc23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/polymer-dom.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@
527527
document.body.appendChild(el);
528528
const testEl = el.$.first;
529529
const testElDom = dom(testEl);
530-
testEl.className = 'foo';
530+
testElDom.className = 'foo';
531531
assert.isTrue(testEl.classList.contains('foo'));
532532
if (window['ShadyDOM']) {
533533
assert.isTrue(testEl.classList.contains('style-scope'));

0 commit comments

Comments
 (0)