Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

New regular expression in a3 messes up the Eclipse parser and JSLint with unescaped slashes #1010

Closed
paulb777 opened this issue Feb 8, 2011 · 1 comment

Comments

@paulb777
Copy link

paulb777 commented Feb 8, 2011

Line 1711 of jquery.mobile-1.0a3.js
if (href.search(/^[^:/]+://[^/]+/?/) == -1){
should be
if (href.search(/^[^:\/]+://[^\/]+/?/) == -1){

@jblas
Copy link
Contributor

jblas commented Feb 8, 2011

This is a duplicate of issue 997 which was fixed earlier today.

Thanks for reporting it!

This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants