duncan law преди 6 години
родител
ревизия
713dc947c5
променени са 3 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 1 0
      dist/preview release/what's new.md
  2. 0 1
      src/Cameras/Inputs/StubCameraPointersInput.ts
  3. 2 2
      src/Cameras/Inputs/arcRotateCameraPointersInput.ts

+ 1 - 0
dist/preview release/what's new.md

@@ -109,6 +109,7 @@
 - Added setColor method to boundingBoxGizmo ([TrevorDev](https://github.com/TrevorDev))
 - Added OnAfterEnteringVRObservable to webVRHelper ([TrevorDev](https://github.com/TrevorDev))
 - Added Support for Side By Side and Top/Bottom VR videos in the [video dome](https://doc.babylonjs.com/how_to/360videodome#video-types) ([Sebavan](https://github.com/Sebavan))
+- Added UnitTests for BaseCameraPointersInput and ArcRotateCameraPointersInput. ([mrdunk](https://github.com))
 
 ### OBJ Loader
 - Add color vertex support (not part of standard) ([brianzinn](https://github.com/brianzinn))

+ 0 - 1
src/Cameras/Inputs/StubCameraPointersInput.ts

@@ -168,4 +168,3 @@ export class StubCameraPointersInput extends BaseCameraPointersInput {
   }
 }
 (<any>CameraInputTypes)["StubCameraPointersInput"] = StubCameraPointersInput;
-

+ 2 - 2
src/Cameras/Inputs/arcRotateCameraPointersInput.ts

@@ -16,8 +16,8 @@ export class ArcRotateCameraPointersInput extends BaseCameraPointersInput {
     public camera: ArcRotateCamera;
 
     /**
-    * Gets the class name of the current input.
-    * @returns the class name
+     * Gets the class name of the current input.
+     * @returns the class name
      */
     public getClassName(): string {
         return "ArcRotateCameraPointersInput";