Browse Source

fix js tests

Guy Carmeli 6 years ago
parent
commit
5888251735
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      playground/src/app.js

+ 1
- 1
playground/src/app.js View File

@@ -17,7 +17,7 @@ if (Platform.OS === 'android') {
17 17
         }
18 18
       }
19 19
     });
20
-  }
20
+  };
21 21
 }
22 22
 
23 23
 function start() {