소스 검색

fixed typo

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

+ 1 - 1
lib/single-file/css-declarations-parser.js

@@ -475,7 +475,7 @@ this.parseCss = this.parseCss || (() => {
 			}
 		}
 		const value = convertAStringToANumber(repr);
-		return { type: value, repr };
+		return { type, value, repr };
 	}
 
 	function convertAStringToANumber(string) {