User:Quarl/___location canonicalize.js: Difference between revisions

Content deleted Content added
〈80 words changed〉canonicalizeString; special-case infoboxes
no "this" in editor function
Line 31:
// treat the infobox separately, so that USA links get added to main
// article.
result = (thislocation_canonicalize.canonicalizeString(infobox, changes) +
thislocation_canonicalize.canonicalizeString(right, changes));
} else {
result = thislocation_canonicalize.canonicalizeString(input, changes);
}