diff options
Diffstat (limited to 'ui/effects.core.js')
-rw-r--r-- | ui/effects.core.js | 6 |
1 files changed, 3 insertions, 3 deletions
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 |