File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ var Features = require('../../device/Features');
1414 * @classdesc
1515 * The Mouse Manager is a helper class that belongs to the Input Manager.
1616 *
17- * Its role is to listen for native DOM Mouse Events and then pass there onto the Input Manager for further processing.
17+ * Its role is to listen for native DOM Mouse Events and then pass them onto the Input Manager for further processing.
1818 *
1919 * You do not need to create this class directly, the Input Manager will create an instance of it automatically.
2020 *
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ var Class = require('../../utils/Class');
1414 * @classdesc
1515 * The Touch Manager is a helper class that belongs to the Input Manager.
1616 *
17- * Its role is to listen for native DOM Touch Events and then pass there onto the Input Manager for further processing.
17+ * Its role is to listen for native DOM Touch Events and then pass them onto the Input Manager for further processing.
1818 *
1919 * You do not need to create this class directly, the Input Manager will create an instance of it automatically.
2020 *
You can’t perform that action at this time.
0 commit comments