From f216a128a73a2e55f811f27342b0b461e9511c8b Mon Sep 17 00:00:00 2001 From: Ben Salili-James Date: Mon, 14 Oct 2019 17:01:54 +0100 Subject: [PATCH] [dojo] Use gender-neutral pronouns (#39107) --- types/dojo/dojox.css3.d.ts | 4 ++-- types/dojo/dojox.fx.d.ts | 24 ++++++++++++------------ types/dojo/dojox.mdnd.d.ts | 6 +++--- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/types/dojo/dojox.css3.d.ts b/types/dojo/dojox.css3.d.ts index cfb67cd222..6f39970d15 100644 --- a/types/dojo/dojox.css3.d.ts +++ b/types/dojo/dojox.css3.d.ts @@ -187,8 +187,8 @@ declare namespace dojox { */ expand(args: Object): any; /** - * Returns an animation that flips an element around his y axis. - * Flips an element around his y axis. The default is a 360deg flip + * Returns an animation that flips an element around its y axis. + * Flips an element around its y axis. The default is a 360deg flip * but it is possible to run a partial flip using args.whichAnims. * * @param args diff --git a/types/dojo/dojox.fx.d.ts b/types/dojo/dojox.fx.d.ts index 07f1e3f7d0..ce668277cb 100644 --- a/types/dojo/dojox.fx.d.ts +++ b/types/dojo/dojox.fx.d.ts @@ -937,9 +937,9 @@ declare namespace dojox { * "both" (default) : both * * axis: String - * "center" (default) : the node is flipped around his center - * "shortside" : the node is flipped around his "short" (in perspective) side - * "longside" : the node is flipped around his "long" (in perspective) side + * "center" (default) : the node is flipped around its center + * "shortside" : the node is flipped around its "short" (in perspective) side + * "longside" : the node is flipped around its "long" (in perspective) side * "cube" : the node flips around the central axis of the cube * * shift: Integer: @@ -1156,9 +1156,9 @@ declare namespace dojox { * "both" (default) : both * * axis: String - * "center" (default) : the node is flipped around his center - * "shortside" : the node is flipped around his "short" (in perspective) side - * "longside" : the node is flipped around his "long" (in perspective) side + * "center" (default) : the node is flipped around its center + * "shortside" : the node is flipped around its "short" (in perspective) side + * "longside" : the node is flipped around its "long" (in perspective) side * "cube" : the node flips around the central axis of the cube * * shift: Integer: @@ -1413,9 +1413,9 @@ declare namespace dojox { * "both" (default) : both * * axis: String - * "center" (default) : the node is flipped around his center - * "shortside" : the node is flipped around his "short" (in perspective) side - * "longside" : the node is flipped around his "long" (in perspective) side + * "center" (default) : the node is flipped around its center + * "shortside" : the node is flipped around its "short" (in perspective) side + * "longside" : the node is flipped around its "long" (in perspective) side * "cube" : the node flips around the central axis of the cube * * shift: Integer: @@ -1654,9 +1654,9 @@ declare namespace dojox { * "both" (default) : both * * axis: String - * "center" (default) : the node is flipped around his center - * "shortside" : the node is flipped around his "short" (in perspective) side - * "longside" : the node is flipped around his "long" (in perspective) side + * "center" (default) : the node is flipped around its center + * "shortside" : the node is flipped around its "short" (in perspective) side + * "longside" : the node is flipped around its "long" (in perspective) side * "cube" : the node flips around the central axis of the cube * * shift: Integer: diff --git a/types/dojo/dojox.mdnd.d.ts b/types/dojo/dojox.mdnd.d.ts index ce71f1727e..085e8f46fb 100644 --- a/types/dojo/dojox.mdnd.d.ts +++ b/types/dojo/dojox.mdnd.d.ts @@ -267,7 +267,7 @@ declare namespace dojox { constructor(params: Object, node: HTMLElement); /** * The user clicks on the handle, but the drag action will really begin - * if he tracks the main node to more than 3 pixels. + * if they track the main node to more than 3 pixels. * */ "dragDistance": number; @@ -795,7 +795,7 @@ declare namespace dojox { * return for: * * X point : the middle - * Y point : search if the user goes up or goes down with his mouse. + * Y point : search if the user goes up or goes down with their mouse. * Up : top of the draggable item * Down : bottom of the draggable item * @@ -940,7 +940,7 @@ declare namespace dojox { * return for: * * X point : the middle - * Y point : search if the user goes up or goes down with his mouse. + * Y point : search if the user goes up or goes down with their mouse. * Up : top of the draggable item * Down : bottom of the draggable item *