This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Description
I downloaded a custom build of jquery mobile using the download builder.
Though I tried this with several configurations, and tried using both the minified and uncompressed files, and also tried with version 1.3.2 (instead of 1.4.0), no matter which one of these I plugged into my app, the browser threw an error "e.mobile.path is undefined".
On my live site, this error broke the feature that used jquery mobile's "swipe" detection - it happened to be a carousel at the top of the front page (frown!)
Downloading and using the full, minified 1.4.0 file did not cause this error, but all I wanted was the swipe. Fix?
Or, is there a way for me to hack a fix into my custom download, so I don't have to load up the full-featured js?