Skip to content

Commit

Permalink
Credit text node finder.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmhobbs committed Mar 1, 2016
1 parent 3b487a4 commit d3bd632
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ChaiTea/chaitea.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Lifted from http://cwestblog.com/2014/03/14/javascript-getting-all-text-nodes/
function getTextNodesIn(elem, opt_fnFilter) {
var textNodes = [];
if (elem) {
Expand Down

0 comments on commit d3bd632

Please sign in to comment.