@@ -622,7 +622,7 @@ var Camera = new Class({
622622 * @param {number } y - The destination y coordinate to scroll the center of the Camera viewport to.
623623 * @param {integer } [duration=1000] - The duration of the effect in milliseconds.
624624 * @param {(string|function) } [ease='Linear'] - The ease to use for the pan. Can be any of the Phaser Easing constants or a custom function.
625- * @param {boolean } [force=false] - Force the shake effect to start immediately, even if already running.
625+ * @param {boolean } [force=false] - Force the pan effect to start immediately, even if already running.
626626 * @param {CameraPanCallback } [callback] - This callback will be invoked every frame for the duration of the effect.
627627 * It is sent four arguments: A reference to the camera, a progress amount between 0 and 1 indicating how complete the effect is,
628628 * the current camera scroll x coordinate and the current camera scroll y coordinate.
@@ -644,7 +644,7 @@ var Camera = new Class({
644644 * @param {number } zoom - The target Camera zoom value.
645645 * @param {integer } [duration=1000] - The duration of the effect in milliseconds.
646646 * @param {(string|function) } [ease='Linear'] - The ease to use for the pan. Can be any of the Phaser Easing constants or a custom function.
647- * @param {boolean } [force=false] - Force the shake effect to start immediately, even if already running.
647+ * @param {boolean } [force=false] - Force the pan effect to start immediately, even if already running.
648648 * @param {CameraPanCallback } [callback] - This callback will be invoked every frame for the duration of the effect.
649649 * It is sent four arguments: A reference to the camera, a progress amount between 0 and 1 indicating how complete the effect is,
650650 * the current camera scroll x coordinate and the current camera scroll y coordinate.
0 commit comments