diff --git a/jquery.easing.js b/jquery.easing.js index 2a3ee69..c8ba5e6 100644 --- a/jquery.easing.js +++ b/jquery.easing.js @@ -12,7 +12,7 @@ jQuery.easing['jswing'] = jQuery.easing['swing']; jQuery.extend( jQuery.easing, { - // t: current time, b: begInnIng value, c: change In value, d: duration + // x: value, t: current time, b: beginning value, c: change in value, d: duration def: 'easeOutQuad', swing: function (x, t, b, c, d) { @@ -176,4 +176,4 @@ jQuery.extend( jQuery.easing, * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED * OF THE POSSIBILITY OF SUCH DAMAGE. * - */ \ No newline at end of file + */