Explorar o código

Update image.ts

aWeirdo %!s(int64=7) %!d(string=hai) anos
pai
achega
82246847da
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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;
         }