瀏覽代碼

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])) {