Ignore:
Timestamp:
Feb 20, 2010, 8:56:36 PM (14 years ago)
Author:
nikrou
Message:

Feature 1442 : update jquery

  • update jquery to 1.4.1
  • update jquery ui to 1.7.2
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template-common/lib/ui/effects.bounce.js

    r3282 r4918  
    11/*
    2  * jQuery UI Effects Bounce
     2 * jQuery UI Effects Bounce 1.7.2
    33 *
    4  * Copyright (c) 2008 Aaron Eisenberger (aaronchi@gmail.com)
     4 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
    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 *
     
    3737                if (mode == 'hide') distance = distance / (times * 2);
    3838                if (mode != 'hide') times--;
    39                
     39
    4040                // Animate
    4141                if (mode == 'show') { // Show Bounce
     
    7373                el.dequeue();
    7474        });
    75        
     75
    7676};
    7777
Note: See TracChangeset for help on using the changeset viewer.