mirror of
https://github.com/less/less.js.git
synced 2026-01-23 06:07:56 -05:00
removed trailing comma, which breaks minification
This commit is contained in:
@@ -6,5 +6,5 @@ tree.Comment = function Comment(value) {
|
||||
tree.Comment.prototype = {
|
||||
toCSS: function () {
|
||||
return this.value;
|
||||
},
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user