瀏覽代碼

lint errors corrected

Guide 6 年之前
父節點
當前提交
86298be4da
共有 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 { Container } from "./container";
 import { TextBlock } from "./textBlock";
 import { TextBlock } from "./textBlock";
 
 
-/** 
+/**
  * Class used to hold a viewer window and sliders in a grid
  * Class used to hold a viewer window and sliders in a grid
 */
 */
 export class ScrollViewer extends Rectangle {
 export class ScrollViewer extends Rectangle {
@@ -29,7 +29,7 @@ export class ScrollViewer extends Rectangle {
     private _window: Container;
     private _window: Container;
     private _windowContents: Control;
     private _windowContents: Control;
 
 
-    /** 
+    /**
      * Adds windowContents to the grid view window
      * Adds windowContents to the grid view window
      * @param windowContents the contents to add the grid view window
      * @param windowContents the contents to add the grid view window
      */
      */