BBCodeParser
BBCodeParser copied to clipboard
get length undefined error
Sometimes I pass in undefined or null, I know this is bad, but your script should not die on those errors.
parser.parseString(null, true);
Seconded, although you could just pass in parser.parseString(text || "").