Skip to content
This repository has been archived by the owner on Dec 5, 2018. It is now read-only.

Commit

Permalink
bug when replacing user created masks
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottDowne committed Dec 8, 2011
1 parent c58a4d2 commit c802d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processing.js
Original file line number Diff line number Diff line change
Expand Up @@ -17744,7 +17744,7 @@
if (all.length === 5) {
return "$";
} else {
return all
return all.replace("__D__", "");
}
});
}
Expand Down

0 comments on commit c802d9e

Please sign in to comment.