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

Commit

Permalink
fix export of stripTags
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Silverstein committed Aug 17, 2017
1 parent ce62cd5 commit ff892f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sanitize/src/stripTags.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @return Text free of HTML.
*/
export function stripTags( text ) {
export const stripTags = function stripTags( text ) {
text = text || '';

return text
Expand Down

0 comments on commit ff892f7

Please sign in to comment.