Browse Source

Update image.ts

aWeirdo 7 years ago
parent
commit
82246847da
1 changed files with 2 additions and 2 deletions
  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) {
         set cellWidth(value: number) {
             if(this._cellWidth === value){
             if(this._cellWidth === value){
                 return;
                 return;
-            )
+            }
             
             
             this._cellWidth = value;
             this._cellWidth = value;
         }
         }
@@ -172,7 +172,7 @@ module BABYLON.GUI {
         set cellHeight(value: number) {
         set cellHeight(value: number) {
             if(this._cellHeight === value){
             if(this._cellHeight === value){
                 return;
                 return;
-            )
+            }
             
             
             this._cellHeight = value;
             this._cellHeight = value;
         }
         }