Преглед на файлове

Merge pull request #5552 from BabylonJSGuide/master

lint errors corrected
sebavan преди 6 години
родител
ревизия
0a5f08c772
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      gui/src/2D/controls/scrollViewer.ts

+ 2 - 2
gui/src/2D/controls/scrollViewer.ts

@@ -7,7 +7,7 @@ import { ValueAndUnit } from "../valueAndUnit";
 import { Container } from "./container";
 import { TextBlock } from "./textBlock";
 
-/** 
+/**
  * Class used to hold a viewer window and sliders in a grid
 */
 export class ScrollViewer extends Rectangle {
@@ -29,7 +29,7 @@ export class ScrollViewer extends Rectangle {
     private _window: Container;
     private _windowContents: Control;
 
-    /** 
+    /**
      * Adds windowContents to the grid view window
      * @param windowContents the contents to add the grid view window
      */