From f0f5bce22bbc420a88c467fffe3bd1ba15d27093 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scott=20Gonz=C3=A1lez?= Date: Mon, 23 Feb 2015 20:06:13 -0500 Subject: [PATCH] Effects: Clean up queue wording since we don't support jQuery <1.7 Fixes gh-141 --- includes/animation-signature-options.xml | 2 +- includes/class-animation-argument-options.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/animation-signature-options.xml b/includes/animation-signature-options.xml index 36905da8..9b7c74fc 100644 --- a/includes/animation-signature-options.xml +++ b/includes/animation-signature-options.xml @@ -23,7 +23,7 @@ - A Boolean indicating whether to place the animation in the effects queue. If false, the animation will begin immediately. As of jQuery 1.7, the queue option can also accept a string, in which case the animation is added to the queue represented by that string. + A Boolean indicating whether to place the animation in the effects queue. If false, the animation will begin immediately. A string can also be provided, in which case the animation is added to the queue represented by that string. diff --git a/includes/class-animation-argument-options.xml b/includes/class-animation-argument-options.xml index cc650e3c..71f8159a 100644 --- a/includes/class-animation-argument-options.xml +++ b/includes/class-animation-argument-options.xml @@ -22,6 +22,6 @@ - A Boolean indicating whether to place the animation in the effects queue. If false, the animation will begin immediately. As of jQuery 1.7, the queue option can also accept a string, in which case the animation is added to the queue represented by that string. + A Boolean indicating whether to place the animation in the effects queue. If false, the animation will begin immediately. A string can also be provided, in which case the animation is added to the queue represented by that string.