I have JIT Spacetree on my webpage and IE doesn't like multiple lines. If I open the developer tools and tell them to go through them, it looks great and loads everything that should be.
Is there any way to make him just say, βYou know, these errors don't really break the job, go on hereβ? The other two indentation are offenders, as well as something in jQuery 1.6.4 (will try to use 1.7.1) with $ .getJSON or $ .parseJSON
var style = label.style; style.width = node.data.offsetWidth; style.height = node.data.offsetHeight; style.cursor = 'pointer'; style.color = '#fff'; style.fontSize = '0.8em'; style.textAlign= 'center'; },
source share