removed some tab chars

This commit is contained in:
phasmal 2013-01-03 13:14:51 +11:00
parent 554917137b
commit d7ea22b6f2

View File

@ -23,7 +23,7 @@ function process(doclet) {
}
if (typeof doclet[tag] === "string" &&
(tag != 'see' ||
(tag != 'see' ||
// treat '@see' specially, since we only want to process @see text that contains links
(tag == 'see' && doclet[tag].indexOf('[') != -1))) {
doclet[tag] = parse(doclet[tag]);