Browse Source
Current regex, raw_data.match(".jsonp") would match any string that contains "jsonp" with at least one preceding character, as . is treated as a wild card. Escaping the . makes sure we only match the actual string ".jsonp".pull/291/head
Gunnar Lium
12 years ago
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue