瀏覽代碼

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