From d80ac9ed810631d00e7d102530f1a19915d65738 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 3 Nov 2009 22:28:11 +0000 Subject: [PATCH] Reverted --- templates/de/html/js/js_jquery.tpl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/de/html/js/js_jquery.tpl b/templates/de/html/js/js_jquery.tpl index e60962f3e2..926357433e 100644 --- a/templates/de/html/js/js_jquery.tpl +++ b/templates/de/html/js/js_jquery.tpl @@ -26,7 +26,7 @@ var return new jQuery.fn.init( selector, context ); }, - // A simple way to check for HTML strings or id strings + // A simple way to check for HTML strings or ID strings // (both of which we optimize for) quickExpr = /^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/, // Is it a simple selector @@ -46,7 +46,7 @@ jQuery.fn = jQuery.prototype = { } // Handle HTML strings if ( typeof selector === "string" ) { - // Are we dealing with HTML string or an id? + // Are we dealing with HTML string or an ID? var match = quickExpr.exec( selector ); // Verify a match, and that no context was specified for #id @@ -61,7 +61,7 @@ jQuery.fn = jQuery.prototype = { var elem = document.getElementById( match[3] ); // Handle the case where IE and Opera return items - // by name instead of id + // by name instead of ID if ( elem && elem.id != match[3] ) return jQuery().find( selector ); @@ -1278,7 +1278,7 @@ jQuery.extend({ var id = elem[ expando ]; - // Compute a unique id for the element + // Compute a unique ID for the element if ( !id ) id = elem[ expando ] = ++uuid; @@ -1291,7 +1291,7 @@ jQuery.extend({ if ( data !== undefined ) jQuery.cache[ id ][ name ] = data; - // Return the named cache data, or the id for the element + // Return the named cache data, or the ID for the element return name ? jQuery.cache[ id ][ name ] : id; @@ -2443,7 +2443,7 @@ jQuery.event = { if ( elem.setInterval && elem != window ) elem = window; - // Make sure that the function being executed has a unique id + // Make sure that the function being executed has a unique ID if ( !handler.guid ) handler.guid = this.guid++; -- 2.30.2