jquery-archive / jquery-mobile

jQuery Mobile Framework
https://jquerymobile.com
Other
9.7k stars 2.41k forks source link

Syntax Error (line 1711) alpha 3 #997

Closed gianiaz closed 13 years ago

gianiaz commented 13 years ago

On line 1711: if (href.search(/^[^:/]+:\/\/[^/]+\/?/) == -1){ The / inside the first square brakets is not escaped, tryng to compile a phonegap app inside eclipse will fire an error, and the app is not compiled.

jblas commented 13 years ago

@gianiaz

Thanks for reporting the problem. Fixed with this checkin:

https://github.com/jquery/jquery-mobile/commit/1c9414d0306d415f953ce3695fecba186ff6178f

jblas commented 13 years ago

Closing.