소스 검색

removed comment

Gildas 7 년 전
부모
커밋
bbf4136e28
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      lib/single-file/css-rules-matcher.js

+ 0 - 2
lib/single-file/css-rules-matcher.js

@@ -125,8 +125,6 @@ this.RulesMatcher = this.RulesMatcher || (() => {
 		}
 	}
 
-	// if (unmatchedSelectorsCache.find(selector => selectorText.startsWith(selector))) {
-
 	function isUnmatchedSelector(selector, unmatchedSelectorsCache) {
 		let selectorIndex = 0;
 		while (selectorIndex < unmatchedSelectorsCache.length && !selector.startsWith(unmatchedSelectorsCache[selectorIndex])) {