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

Content deleted Content added
〈672 words changed〉fully generalized, more robust
〈"this" → "d"〉
Line 88:
new RegExp('^([^,]+), (' + d.states.join('|') + ')$'));
d.regexp_state = (
new RegExp('^(?:' + thisd.states.join('|') + ')$'));
}