Skip to content

Commit

Permalink
Putting in better formatting for the clearCache function.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmassaioli committed Jan 10, 2019
1 parent a425516 commit 7e3edf3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,5 +222,7 @@ matter.language = function(str, options) {
*/

matter.cache = {};
matter.clearCache = function() { matter.cache = {} };
matter.clearCache = function() {
matter.cache = {};
};
module.exports = matter;

0 comments on commit 7e3edf3

Please sign in to comment.