Ignore:
Timestamp:
Oct 28, 2011, 3:25:54 PM (12 years ago)
Author:
patdenice
Message:

feature:2487
Update jQuery to 1.6.4 and jQuery UI to 1.8.16

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/js/ui/jquery.ui.progressbar.js

    r9559 r12525  
    11/*
    2  * jQuery UI Progressbar 1.8.10
     2 * jQuery UI Progressbar 1.8.16
    33 *
    44 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
     
    9696
    9797                this.valueDiv
     98                        .toggle( value > this.min )
    9899                        .toggleClass( "ui-corner-right", value === this.options.max )
    99100                        .width( percentage.toFixed(0) + "%" );
     
    103104
    104105$.extend( $.ui.progressbar, {
    105         version: "1.8.10"
     106        version: "1.8.16"
    106107});
    107108
Note: See TracChangeset for help on using the changeset viewer.