Kaynağa Gözat

Update image.ts

aWeirdo 7 yıl önce
ebeveyn
işleme
82246847da
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  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;
         }