From a522291a7b8a4f44c4d6cf0f1d146eab172bc0c9 Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Sat, 20 Sep 2008 03:23:42 +0000 Subject: [PATCH] whitespace: Removed trailing whitespace from non-blank lines --- ui/effects.clip.js | 2 +- ui/effects.core.js | 6 +++--- ui/effects.highlight.js | 2 +- ui/effects.scale.js | 2 +- ui/effects.transfer.js | 2 +- ui/ui.accordion.js | 2 +- ui/ui.autocomplete.js | 6 +++--- ui/ui.core.js | 2 +- ui/ui.datepicker.js | 6 +++--- ui/ui.draggable.js | 2 +- ui/ui.droppable.js | 2 +- ui/ui.resizable.js | 4 ++-- ui/ui.slider.js | 12 ++++++------ ui/ui.sortable.js | 4 ++-- ui/ui.spinner.js | 2 +- ui/ui.tabs.js | 6 +++--- 16 files changed, 31 insertions(+), 31 deletions(-) diff --git a/ui/effects.clip.js b/ui/effects.clip.js index b745af6cd..f10922282 100644 --- a/ui/effects.clip.js +++ b/ui/effects.clip.js @@ -45,7 +45,7 @@ $.effects.clip = function(o) { $.effects.restore(el, props); $.effects.removeWrapper(el); // Restore if(o.callback) o.callback.apply(el[0], arguments); // Callback el.dequeue(); - }}); + }}); }); diff --git a/ui/effects.core.js b/ui/effects.core.js index 3fea647bd..23e7052c9 100644 --- a/ui/effects.core.js +++ b/ui/effects.core.js @@ -313,7 +313,7 @@ var colors = { * Copyright © 2008 George McGinley Smith * All rights reserved. * - * Redistribution and use in source and binary forms, with or without modification, + * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, this list of @@ -449,7 +449,7 @@ jQuery.extend( jQuery.easing, return c*((t=t/d-1)*t*((s+1)*t + s) + 1) + b; }, easeInOutBack: function (x, t, b, c, d, s) { - if (s == undefined) s = 1.70158; + if (s == undefined) s = 1.70158; if ((t/=d/2) < 1) return c/2*(t*t*(((s*=(1.525))+1)*t - s)) + b; return c/2*((t-=2)*t*(((s*=(1.525))+1)*t + s) + 2) + b; }, @@ -482,7 +482,7 @@ jQuery.extend( jQuery.easing, * Copyright © 2001 Robert Penner * All rights reserved. * - * Redistribution and use in source and binary forms, with or without modification, + * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, this list of diff --git a/ui/effects.highlight.js b/ui/effects.highlight.js index 4f0c814b4..72a3b762f 100644 --- a/ui/effects.highlight.js +++ b/ui/effects.highlight.js @@ -36,7 +36,7 @@ $.effects.highlight = function(o) { el.animate(animation, { queue: false, duration: o.duration, easing: o.options.easing, complete: function() { if(mode == "hide") el.hide(); $.effects.restore(el, props); - if (mode == "show" && jQuery.browser.msie) this.style.removeAttribute('filter'); + if (mode == "show" && jQuery.browser.msie) this.style.removeAttribute('filter'); if(o.callback) o.callback.apply(this, arguments); el.dequeue(); }}); diff --git a/ui/effects.scale.js b/ui/effects.scale.js index 830e234ea..ce185e65e 100644 --- a/ui/effects.scale.js +++ b/ui/effects.scale.js @@ -171,7 +171,7 @@ $.effects.size = function(o) { $.effects.restore(el, restore ? props : props1); $.effects.removeWrapper(el); // Restore if(o.callback) o.callback.apply(this, arguments); // Callback el.dequeue(); - }}); + }}); }); diff --git a/ui/effects.transfer.js b/ui/effects.transfer.js index 4c4b6588a..7940216a6 100644 --- a/ui/effects.transfer.js +++ b/ui/effects.transfer.js @@ -50,7 +50,7 @@ $.effects.transfer = function(o) { transfer.remove(); // Remove div if(o.callback) o.callback.apply(el[0], arguments); // Callback el.dequeue(); - }); + }); }); diff --git a/ui/ui.accordion.js b/ui/ui.accordion.js index 4125a9ec7..af9a3276a 100644 --- a/ui/ui.accordion.js +++ b/ui/ui.accordion.js @@ -121,7 +121,7 @@ function toggle(toShow, toHide, data, clickedActive, down) { options.data = data; var complete = scopeCallback(completed, this); - $.data(this, "accordion")._trigger("changestart", null, options.data); + $.data(this, "accordion")._trigger("changestart", null, options.data); // count elements to animate options.running = toHide.size() === 0 ? toShow.size() : toHide.size(); diff --git a/ui/ui.autocomplete.js b/ui/ui.autocomplete.js index b065f093c..52e5bbb40 100644 --- a/ui/ui.autocomplete.js +++ b/ui/ui.autocomplete.js @@ -425,7 +425,7 @@ $.Autocompleter.Cache = function(options) { var length = 0; function matchSubset(s, sub) { - if (!options.matchCase) + if (!options.matchCase) s = s.toLowerCase(); var i = s.indexOf(sub); if (i == -1) return false; @@ -466,7 +466,7 @@ $.Autocompleter.Cache = function(options) { var firstChar = value.charAt(0).toLowerCase(); // if no lookup array for this character exists, look it up now - if( !stMatchSets[firstChar] ) + if( !stMatchSets[firstChar] ) stMatchSets[firstChar] = []; // if the match is a string @@ -581,7 +581,7 @@ $.Autocompleter.Select = function (options, input, select, config) { list = $("