removed trailing comma, which breaks minification

This commit is contained in:
cloudhead
2010-05-17 23:28:23 -04:00
parent 04655f3e82
commit 5286c48220

View File

@@ -6,5 +6,5 @@ tree.Comment = function Comment(value) {
tree.Comment.prototype = {
toCSS: function () {
return this.value;
},
}
};