From cd92ad09f55d53dd9dd406a48a5c9c8a09126d68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Zaefferer?= Date: Sat, 7 May 2011 16:22:04 +0200 Subject: [PATCH] Promote menubar and popup to their own top level files --- demos/tooltip/video-player.html | 2 +- tests/visual/menu/menubar.html | 2 +- tests/visual/menu/popup.html | 2 +- .../menu/menubar.js => ui/jquery.ui.menubar.js | 16 +++++++++++++--- .../menu/popup.js => ui/jquery.ui.popup.js | 13 ++++++++++++- 5 files changed, 28 insertions(+), 7 deletions(-) rename tests/visual/menu/menubar.js => ui/jquery.ui.menubar.js (95%) rename tests/visual/menu/popup.js => ui/jquery.ui.popup.js (93%) diff --git a/demos/tooltip/video-player.html b/demos/tooltip/video-player.html index 70a83b626..56003ab5a 100644 --- a/demos/tooltip/video-player.html +++ b/demos/tooltip/video-player.html @@ -10,9 +10,9 @@ + - - + diff --git a/tests/visual/menu/popup.html b/tests/visual/menu/popup.html index 2a712b00a..de27208b4 100644 --- a/tests/visual/menu/popup.html +++ b/tests/visual/menu/popup.html @@ -10,7 +10,7 @@ - + diff --git a/tests/visual/menu/menubar.js b/ui/jquery.ui.menubar.js similarity index 95% rename from tests/visual/menu/menubar.js rename to ui/jquery.ui.menubar.js index b9abacb9b..2879d079c 100644 --- a/tests/visual/menu/menubar.js +++ b/ui/jquery.ui.menubar.js @@ -1,7 +1,17 @@ /* - * jQuery UI menubar - * - * TODO move to jquery.ui.menubar.js + * jQuery UI Menubar @VERSION + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Menubar + * + * Depends: + * jquery.ui.core.js + * jquery.ui.widget.js + * jquery.ui.position.js + * jquery.ui.menu.js */ (function( $ ) { diff --git a/tests/visual/menu/popup.js b/ui/jquery.ui.popup.js similarity index 93% rename from tests/visual/menu/popup.js rename to ui/jquery.ui.popup.js index 87a480741..784e5c655 100644 --- a/tests/visual/menu/popup.js +++ b/ui/jquery.ui.popup.js @@ -1,5 +1,16 @@ /* - * jQuery UI popup utility + * jQuery UI Popup @VERSION + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Popup + * + * Depends: + * jquery.ui.core.js + * jquery.ui.widget.js + * jquery.ui.position.js */ (function($) {