aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui/jquery.ui.core.js1
-rw-r--r--ui/jquery.ui.datepicker.js1
-rw-r--r--ui/jquery.ui.selectable.js1
3 files changed, 0 insertions, 3 deletions
diff --git a/ui/jquery.ui.core.js b/ui/jquery.ui.core.js
index 9b32e8d1e..bed4f98cf 100644
--- a/ui/jquery.ui.core.js
+++ b/ui/jquery.ui.core.js
@@ -7,7 +7,6 @@
*
* http://docs.jquery.com/UI
*/
-
(function($) {
// prevent duplicate loading
diff --git a/ui/jquery.ui.datepicker.js b/ui/jquery.ui.datepicker.js
index 255fcc904..7cc0bf125 100644
--- a/ui/jquery.ui.datepicker.js
+++ b/ui/jquery.ui.datepicker.js
@@ -10,7 +10,6 @@
* Depends:
* jquery.ui.core.js
*/
-
(function($) { // hide the namespace
$.extend($.ui, { datepicker: { version: "@VERSION" } });
diff --git a/ui/jquery.ui.selectable.js b/ui/jquery.ui.selectable.js
index 04c27e353..7bb576fd4 100644
--- a/ui/jquery.ui.selectable.js
+++ b/ui/jquery.ui.selectable.js
@@ -1,4 +1,3 @@
-
/*
* jQuery UI Selectable @VERSION
*