Преглед на файлове

added missing semi-column

Gildas преди 7 години
родител
ревизия
8254c719fc
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      lib/single-file/css-rules-matcher.js

+ 1 - 1
lib/single-file/css-rules-matcher.js

@@ -24,7 +24,7 @@ this.RulesMatcher = this.RulesMatcher || (() => {
 
 
 	const MEDIA_ALL = "all";
 	const MEDIA_ALL = "all";
 	const PRIORITY_IMPORTANT = "important";
 	const PRIORITY_IMPORTANT = "important";
-	const IGNORED_PSEUDO_CLASSES = [":focus", ":focus-within", ":hover", ":link", ":visited", ":active"]
+	const IGNORED_PSEUDO_CLASSES = [":focus", ":focus-within", ":hover", ":link", ":visited", ":active"];
 
 
 	class RulesMatcher {
 	class RulesMatcher {
 		constructor(doc) {
 		constructor(doc) {