Skip to content

Commit

Permalink
Fix (copy pasted) function name in exports
Browse files Browse the repository at this point in the history
  • Loading branch information
luaVolk committed Sep 24, 2018
1 parent 607d973 commit 06fe97f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion textifier.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
})();

if (typeof module !== 'undefined' && typeof module.exports !== 'undefined') {
module.exports = Validator;
module.exports = Textifier;
} else if (typeof define === 'function' && define.amd) {
define([], function() {
return Textifier;
Expand Down

0 comments on commit 06fe97f

Please sign in to comment.