From 7edfb70575a2132ee86e353a1f2df8b1c7a03ce1 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 13 Sep 2011 22:32:58 -0400 Subject: - Patch #1276746 by jessebeach: the title of the ui.mouse library in system.module is incorrectly set to 'jQuery UI: Droppable' instead of 'jQuery UI: Mouse'. --- modules/system/system.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/system/system.module b/modules/system/system.module index 922035df3..548911dfe 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -1359,7 +1359,7 @@ function system_library() { ), ); $libraries['ui.mouse'] = array( - 'title' => 'jQuery UI: Droppable', + 'title' => 'jQuery UI: Mouse', 'website' => 'http://docs.jquery.com/UI/Mouse', 'version' => '1.8.7', 'js' => array( -- cgit v1.2.3