Skip to content

Commit

Permalink
testing removal of stripping br tags
Browse files Browse the repository at this point in the history
  • Loading branch information
thenickcox committed Apr 1, 2015
1 parent e3452d0 commit 9476907
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tasks/compile-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,3 @@ module.exports = function(grunt) {
.then(this.async());
});
};

String.prototype.stripBrTags = function() { return this.replace(/<br>/g, ' '); }

0 comments on commit 9476907

Please sign in to comment.