Skip to content

Commit fb741ee

Browse files
committed
Fix lint warning
1 parent f7672da commit fb741ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/resolveurl.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
assert.equal(el.$.absolute.getAttribute('href'), '/foo.z', 'absolute urls should not be resolved');
7979
assert.equal(el.$.protocol.getAttribute('href'), 'data:foo.z', 'urls with other protocols should not be resolved');
8080
document.body.removeChild(el);
81-
}
81+
};
8282

8383
test('Urls in styles and attributes', testStylesAndAttributes('p-r', 'sub'));
8484

0 commit comments

Comments
 (0)