From d32203e9cc5bfa73b8de37eea477eac1fb066f9c Mon Sep 17 00:00:00 2001 From: John Haugeland Date: Tue, 9 Apr 2019 08:27:25 -0700 Subject: [PATCH] fix a few comment uppercase errors; add an explanation of x --- jquery.easing.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 + */