Skip to content

Commit

Permalink
Merge pull request svg#412 from cy6erskunk/patch-1
Browse files Browse the repository at this point in the history
Add description for removeAttrs plugin
  • Loading branch information
GreLI committed Aug 8, 2015
2 parents 23c2631 + 492f12c commit 89fa5d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/removeAttrs.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ exports.type = 'perItem';

exports.active = false;

exports.description = 'removes specified attributes';

exports.params = {
attrs: []
};
Expand Down

0 comments on commit 89fa5d5

Please sign in to comment.