8000 Source formatting: Removing trailing spaces · ainformatico/jquery-ui@558218f · GitHub
Skip to content

Commit 558218f

Browse files
Source formatting: Removing trailing spaces
1 parent 352287b commit 558218f

52 files changed

Lines changed: 154 additions & 154 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ui/effects.blind.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright (c) 2008 Aaron Eisenberger (aaronchi@gmail.com)
55
* Dual licensed under the MIT (MIT-LICENSE.txt)
66
* and GPL (GPL-LICENSE.txt) licenses.
7-
*
7+
*
88
* http://docs.jquery.com/UI/Effects/Blind
99
*
1010
* Depends:
@@ -33,7 +33,7 @@ $.effects.blind = function(o) {
3333
// Animation
3434
var animation = {};
3535
animation[ref] = mode == 'show' ? distance : 0;
36-
36+
3737
// Animate
3838
wrapper.animate(animation, o.duration, o.options.easing, function() {
3939
if(mode == 'hide') el.hide(); // Hide

ui/effects.bounce.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright (c) 2008 Aaron Eisenberger (aaronchi@gmail.com)
55
* Dual licensed under the MIT (MIT-LICENSE.txt)
66
* and GPL (GPL-LICENSE.txt) licenses.
7-
*
7+
*
88
* http://docs.jquery.com/UI/Effects/Bounce
99
*
1010
* Depends:

ui/effects.clip.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright (c) 2008 Aaron Eisenberger (aaronchi@gmail.com)
55
* Dual licensed under the MIT (MIT-LICENSE.txt)
66
* and GPL (GPL-LICENSE.txt) licenses.
7-
*
7+
*
88
* http://docs.jquery.com/UI/Effects/Clip
99
*
1010
* Depends:

ui/effects.core.js

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright (c) 2008 Aaron Eisenberger (aaronchi@gmail.com)
55
* Dual licensed under the MIT (MIT-LICENSE.txt)
66
* and GPL (GPL-LICENSE.txt) licenses.
7-
*
7+
*
88
* http://docs.jquery.com/UI/Effects/
99
*/
1010
;(function($) {
@@ -308,33 +308,33 @@ var colors = {
308308
* to offer multiple easing options
309309
*
310310
* TERMS OF USE - jQuery Easing
311-
*
312-
* Open source under the BSD License.
313-
*
311+
*
312+
* Open source under the BSD License.
313+
*
314314
* Copyright © 2008 George McGinley Smith
315315
* All rights reserved.
316-
*
316+
*
317317
* Redistribution and use in source and binary forms, with or without modification,
318318
* are permitted provided that the following conditions are met:
319-
*
320-
* Redistributions of source code must retain the above copyright notice, this list of
319+
*
320+
* Redistributions of source code must retain the above copyright notice, this list of
321321
* conditions and the following disclaimer.
322-
* Redistributions in binary form must reproduce the above copyright notice, this list
323-
* of conditions and the following disclaimer in the documentation and/or other materials
322+
* Redistributions in binary form must reproduce the above copyright notice, this list
323+
* of conditions and the following disclaimer in the documentation and/or other materials
324324
* provided with the distribution.
325-
*
326-
* Neither the name of the author nor the names of contributors may be used to endorse
325+
*
326+
* Neither the name of the author nor the names of contributors may be used to endorse
327327
* or promote products derived from this software without specific prior written permission.
328-
*
329-
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
328+
*
329+
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER 6D57 S AND CONTRIBUTORS "AS IS" AND ANY
330330
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
331331
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
332332
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
333333
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
334-
* GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
334+
* GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
335335
* AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
336-
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
337-
* OF THE POSSIBILITY OF SUCH DAMAGE.
336+
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
337+
* OF THE POSSIBILITY OF SUCH DAMAGE.
338338
*
339339
*/
340340

@@ -477,33 +477,33 @@ $.extend($.easing,
477477
/*
478478
*
479479
* TERMS OF USE - EASING EQUATIONS
480-
*
481-
* Open source under the BSD License.
482-
*
480+
*
481+
* Open source under the BSD License.
482+
*
483483
* Copyright © 2001 Robert Penner
484484
* All rights reserved.
485-
*
485+
*
486486
* Redistribution and use in source and binary forms, with or without modification,
487487
* are permitted provided that the following conditions are met:
488-
*
489-
* Redistributions of source code must retain the above copyright notice, this list of
488+
*
489+
* Redistributions of source code must retain the above copyright notice, this list of
490490
* conditions and the following disclaimer.
491-
* Redistributions in binary form must reproduce the above copyright notice, this list
492-
* of conditions and the following disclaimer in the documentation and/or other materials
491+
* Redistributions in binary form must reproduce the above copyright notice, this list
492+
* of conditions and the following disclaimer in the documentation and/or other materials
493493
* provided with the distribution.
494-
*
495-
* Neither the name of the author nor the names of contributors may be used to endorse
494+
*
495+
* Neither the name of the author nor the names of contributors may be used to endorse
496496
* or promote products derived from this software without specific prior written permission.
497-
*
498-
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
497+
*
498+
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
499499
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
500500
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
501501
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
502502
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
503-
* GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
503+
* GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
504504
* AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
505-
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
506-
* OF THE POSSIBILITY OF SUCH DAMAGE.
505+
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
506+
* OF THE POSSIBILITY OF SUCH DAMAGE.
507507
*
508508
*/
509509

ui/effects.drop.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright (c) 2008 Aaron Eisenberger (aaronchi@gmail.com)
55
* Dual licensed under the MIT (MIT-LICENSE.txt)
66
* and GPL (GPL-LICENSE.txt) licenses.
7-
*
7+
*
88
* http://docs.jquery.com/UI/Effects/Drop
99
*
1010
* Depends:

ui/effects.explode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright (c) 2008 Paul Bakaus (ui.jquery.com)
55
* Dual licensed under the MIT (MIT-LICENSE.txt)
66
* and GPL (GPL-LICENSE.txt) licenses.
7-
*
7+
*
88
* http://docs.jquery.com/UI/Effects/Explode
99
*
1010
* Depends:

ui/effects.fold.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright (c) 2008 Aaron Eisenberger (aaronchi@gmail.com)
55
* Dual licensed under the MIT (MIT-LICENSE.txt)
66
* and GPL (GPL-LICENSE.txt) licenses.
7-
*
7+
*
88
* http://docs.jquery.com/UI/Effects/Fold
99
*
1010
* Depends:

ui/effects.highlight.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright (c) 2008 Aaron Eisenberger (aaronchi@gmail.com)
55
* Dual licensed under the MIT (MIT-LICENSE.txt)
66
* and GPL (GPL-LICENSE.txt) licenses.
7-
*
7+
*
88
* http://docs.jquery.com/UI/Effects/Highlight
99
*
1010
* Depends:

ui/effects.pulsate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright (c) 2008 Aaron Eisenberger (aaronchi@gmail.com)
55
* Dual licensed under the MIT (MIT-LICENSE.txt)
66
* and GPL (GPL-LICENSE.txt) licenses.
7-
*
7+
*
88
* http://docs.jquery.com/UI/Effects/Pulsate
99
*
1010
* Depends:

ui/effects.scale.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright (c) 2008 Aaron Eisenberger (aaronchi@gmail.com)
55
* Dual licensed under the MIT (MIT-LICENSE.txt)
66
* and GPL (GPL-LICENSE.txt) licenses.
7-
*
7+
*
88
* http://docs.jquery.com/UI/Effects/Scale
99
*
1010
* Depends:

0 commit comments

Comments
 (0)