1
0
mirror of https://github.com/svg/svgo.git synced 2026-01-03 15:22:28 +03:00

lib/jsAPI: simplification and refactoring

This commit is contained in:
deepsweet
2012-10-15 08:28:25 +03:00
parent 4579f7cbfc
commit 291631509f
16 changed files with 50 additions and 140 deletions

View File

@@ -13,6 +13,6 @@
*/
exports.removeComments = function(item, params) {
return !item.isComment();
return !item.comment;
};