소스 검색

Update image.ts

aWeirdo 7 년 전
부모
커밋
82246847da
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      gui/src/controls/image.ts

+ 2 - 2
gui/src/controls/image.ts

@@ -161,7 +161,7 @@ module BABYLON.GUI {
         set cellWidth(value: number) {
             if(this._cellWidth === value){
                 return;
-            )
+            }
             
             this._cellWidth = value;
         }
@@ -172,7 +172,7 @@ module BABYLON.GUI {
         set cellHeight(value: number) {
             if(this._cellHeight === value){
                 return;
-            )
+            }
             
             this._cellHeight = value;
         }