aWeirdo 7 anni fa
parent
commit
82246847da
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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;
         }