Skip to content

Commit 821542f

Browse files
committed
Merge pull request iliakan#325 from SeanSilke/ru
Update solution.md
2 parents 7fc6293 + 6a21a97 commit 821542f

File tree

1 file changed

+1
-1
lines changed
  • 2-ui/1-document/8-dom-polyfill/1-polyfill-matches

1 file changed

+1
-1
lines changed

2-ui/1-document/8-dom-polyfill/1-polyfill-matches/solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
Element.prototype.matches = Element.prototype.matchesSelector ||
1313
Element.prototype.webkitMatchesSelector ||
1414
Element.prototype.mozMatchesSelector ||
15-
Element.prototype.msMatchesSelector,
15+
Element.prototype.msMatchesSelector;
1616

1717
}
1818

0 commit comments

Comments
 (0)