What is the expected output? What do you see instead?
function _fnGetCleanedGroup(sGroup) {
return sGroup.toLowerCase().replace(" ", "-");
}
sGroup is coming as undefined, it throws JS error
Original issue reported on code.google.com by vibhug...@gmail.com on 13 Apr 2012 at 12:36
Original issue reported on code.google.com by
vibhug...@gmail.com
on 13 Apr 2012 at 12:36