Mögliche Duplikat:
Was sind die Auswirkungen dieses Stücks JavaScript?
Ich habe den Quellcode von JQuery UI durchsucht. Ich habe diese Zeile am Anfang der js-Datei gesehen:
;jQuery.ui || (function($) {
was macht es?
(mehr aus der jquery.ui.core.js)
/*!
* jQuery UI 1.8
*
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
* http://docs.jquery.com/UI
*/
;jQuery.ui || (function($) {
.ui = {
version: "1.8",
// $.ui.plugin is deprecated. Use the proxy pattern instead.
plugin: {
...