Remove comment

This commit is contained in:
Jonathan Corwin 2011-12-07 22:24:13 +00:00
parent 1c79b28461
commit 44eb1fb024

View File

@ -139,7 +139,6 @@ sup {
if(outline!=null)
txt = outline;
if(window.getComputedStyle(txt).webkitTextStrokeWidth!="0px"){
/* (\w+) and $1 preferable but qtwebkit doesn't seem to support capturing groups */
newtext = '<span>' + newtext.replace(/[ ](?![^<]*>)/g, "</span> <span>") + '</span>';
}
}