Skip to content

Commit

Permalink
FIx typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Orvell committed Nov 29, 2017
1 parent a1bd9a4 commit 8af1480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/polymer.properties-element.html
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
// old browsers with broken native properties on instances
// cannot pass this test.
if (el.hasOwnProperty('id')) {
test.skip();
this.skip();
}
el.setAttribute('id', 'yo');
assert.equal(el.id, 'yo');
Expand Down

0 comments on commit 8af1480

Please sign in to comment.