View Single Post
Old 09-15-2012, 02:20 AM   PM User | #5
rdspoons
New Coder

 
Join Date: Jun 2009
Posts: 81
Thanks: 0
Thanked 8 Times in 8 Posts
rdspoons is on a distinguished road
felgall,

PM was disabled. The normalizeAll function code located at http://javascriptexample.net/dom36.php
has unballanced parentheses in the first conditional. Maybe a type-0?

The conditional in question is repeated below for clarity:
Code:
if((3 === c.nodeType && !/\S/.test(c.nodeValue))) || 8 === c.nodeType) {
	node.removeChild(child);
}
rdspoons is offline   Reply With Quote