Forráskód Böngészése

Lint and "what's new".

duncan law 6 éve
szülő
commit
713dc947c5

+ 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";