Skip to content

Commit 8af1480

Browse files
author
Steven Orvell
committed
FIx typo
1 parent a1bd9a4 commit 8af1480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/polymer.properties-element.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
// old browsers with broken native properties on instances
263263
// cannot pass this test.
264264
if (el.hasOwnProperty('id')) {
265-
test.skip();
265+
this.skip();
266266
}
267267
el.setAttribute('id', 'yo');
268268
assert.equal(el.id, 'yo');

0 commit comments

Comments
 (0)