Skip to content

Commit

Permalink
All _mutatorKeys are public members, phetsims/chipper#1127
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Oct 25, 2021
1 parent 03e7327 commit 89b51f0
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion js/layout/FlowBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ class FlowBox extends WidthSizable( HeightSizable( Node ) ) {
/**
* {Array.<string>} - String keys for all of the allowed options that will be set by node.mutate( options ), in the
* order they will be evaluated in.
* @protected
* @public
*
* NOTE: See Node's _mutatorKeys documentation for more information on how this operates, and potential special
* cases that may apply.
Expand Down
2 changes: 1 addition & 1 deletion js/layout/GridBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ class GridBox extends WidthSizable( HeightSizable( Node ) ) {
/**
* {Array.<string>} - String keys for all of the allowed options that will be set by node.mutate( options ), in the
* order they will be evaluated in.
* @protected
* @public
*
* NOTE: See Node's _mutatorKeys documentation for more information on how this operates, and potential special
* cases that may apply.
Expand Down
2 changes: 1 addition & 1 deletion js/nodes/AlignBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ class AlignBox extends Node {
/**
* {Array.<string>} - String keys for all of the allowed options that will be set by node.mutate( options ), in the
* order they will be evaluated in.
* @protected
* @public
*
* NOTE: See Node's _mutatorKeys documentation for more information on how this operates, and potential special
* cases that may apply.
Expand Down
2 changes: 1 addition & 1 deletion js/nodes/CanvasNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ class CanvasNode extends Node {
/**
* {Array.<string>} - String keys for all of the allowed options that will be set by node.mutate( options ), in the
* order they will be evaluated in.
* @protected
* @public
*
* NOTE: See Node's _mutatorKeys documentation for more information on how this operates, and potential special
* cases that may apply.
Expand Down
2 changes: 1 addition & 1 deletion js/nodes/Circle.js
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ class Circle extends Path {
/**
* {Array.<string>} - String keys for all of the allowed options that will be set by node.mutate( options ), in the
* order they will be evaluated in.
* @protected
* @public
*
* NOTE: See Node's _mutatorKeys documentation for more information on how this operates, and potential special
* cases that may apply.
Expand Down
2 changes: 1 addition & 1 deletion js/nodes/DOM.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ class DOM extends Node {
/**
* {Array.<string>} - String keys for all of the allowed options that will be set by node.mutate( options ), in the
* order they will be evaluated in.
* @protected
* @public
*
* NOTE: See Node's _mutatorKeys documentation for more information on how this operates, and potential special
* cases that may apply.
Expand Down
2 changes: 1 addition & 1 deletion js/nodes/Image.js
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ class Image extends Imageable( Node ) {
/**
* {Array.<string>} - String keys for all of the allowed options that will be set by node.mutate( options ), in the
* order they will be evaluated in.
* @protected
* @public
*
* NOTE: See Node's _mutatorKeys documentation for more information on how this operates, and potential special
* cases that may apply.
Expand Down
2 changes: 1 addition & 1 deletion js/nodes/LayoutBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ class LayoutBox extends Node {
/**
* {Array.<string>} - String keys for all of the allowed options that will be set by node.mutate( options ), in the
* order they will be evaluated in.
* @protected
* @public
*
* NOTE: See Node's _mutatorKeys documentation for more information on how this operates, and potential special
* cases that may apply.
Expand Down
2 changes: 1 addition & 1 deletion js/nodes/Line.js
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ class Line extends Path {
/**
* {Array.<string>} - String keys for all of the allowed options that will be set by node.mutate( options ), in the
* order they will be evaluated in.
* @protected
* @public
*
* NOTE: See Node's _mutatorKeys documentation for more information on how this operates, and potential special
* cases that may apply.
Expand Down
2 changes: 1 addition & 1 deletion js/nodes/Path.js
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ class Path extends Node {
/**
* {Array.<string>} - String keys for all of the allowed options that will be set by node.mutate( options ), in the
* order they will be evaluated in.
* @protected
* @public
*
* NOTE: See Node's _mutatorKeys documentation for more information on how this operates, and potential special
* cases that may apply.
Expand Down
2 changes: 1 addition & 1 deletion js/nodes/Rectangle.js
Original file line number Diff line number Diff line change
Expand Up @@ -1058,7 +1058,7 @@ class Rectangle extends Path {
/**
* {Array.<string>} - String keys for all of the allowed options that will be set by node.mutate( options ), in the
* order they will be evaluated in.
* @protected
* @public
*
* NOTE: See Node's _mutatorKeys documentation for more information on how this operates, and potential special
* cases that may apply.
Expand Down
2 changes: 1 addition & 1 deletion js/nodes/RichText.js
Original file line number Diff line number Diff line change
Expand Up @@ -1607,7 +1607,7 @@ class RichText extends Node {
/**
* {Array.<string>} - String keys for all of the allowed options that will be set by node.mutate( options ), in the
* order they will be evaluated in.
* @protected
* @public
*
* NOTE: See Node's _mutatorKeys documentation for more information on how this operates, and potential special
* cases that may apply.
Expand Down
2 changes: 1 addition & 1 deletion js/nodes/Sprites.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ class Sprites extends Node {
/**
* {Array.<string>} - String keys for all of the allowed options that will be set by node.mutate( options ), in the
* order they will be evaluated in.
* @protected
* @public
*
* NOTE: See Node's _mutatorKeys documentation for more information on how this operates, and potential special
* cases that may apply.
Expand Down
2 changes: 1 addition & 1 deletion js/nodes/Text.js
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@ class Text extends Node {
/**
* {Array.<string>} - String keys for all of the allowed options that will be set by node.mutate( options ), in the
* order they will be evaluated in.
* @protected
* @public
*
* NOTE: See Node's _mutatorKeys documentation for more information on how this operates, and potential special
* cases that may apply.
Expand Down
2 changes: 1 addition & 1 deletion js/nodes/WebGLNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ class WebGLNode extends Node {
/**
* {Array.<string>} - String keys for all of the allowed options that will be set by node.mutate( options ), in the
* order they will be evaluated in.
* @protected
* @public
*
* NOTE: See Node's _mutatorKeys documentation for more information on how this operates, and potential special
* cases that may apply.
Expand Down

0 comments on commit 89b51f0

Please sign in to comment.