From 88e43a8d9e1e1c56e256d4f18612cb92b313cdfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scott=20Gonz=C3=A1lez?= Date: Tue, 14 Sep 2010 17:35:38 -0400 Subject: [PATCH] Added jQuery.mobile.events.js to the manifest. --- js/manifest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/js/manifest.php b/js/manifest.php index 27c63412..c99a8e90 100644 --- a/js/manifest.php +++ b/js/manifest.php @@ -17,6 +17,7 @@ $elements = array( 'jQuery.tree.js', 'jQuery.globalnav.js', 'jQuery.mobile.support.js', + 'jQuery.mobile.event.js', 'jQuery.mobile.js' );