Skip to content

Commit

Permalink
remove redundant file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziya SARIKAYA committed Aug 9, 2016
1 parent 9432f02 commit 8d469ad
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
18 changes: 0 additions & 18 deletions bin/sample.yaml

This file was deleted.

1 change: 0 additions & 1 deletion lib/clean.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
const clean = (doc, patternToRemoveClasses, classesToRemove) => {
if (patternToRemoveClasses) {
for (const key in doc.classes) {
// TODO: regex match
if (key.match(patternToRemoveClasses)) {
delete doc.classes[key];
}
Expand Down

0 comments on commit 8d469ad

Please sign in to comment.