mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2024-11-25 08:38:30 -05:00
Exporting iOS.js variables
This commit is contained in:
parent
82a4a470fa
commit
ca72375e97
1 changed files with 4 additions and 3 deletions
|
@ -8,9 +8,10 @@ import {isiOS, gn} from '../utils/lib';
|
|||
// But, it is also used for the AndroidInterface. All function calls here
|
||||
// are mapped to Android/iOS native calls.
|
||||
|
||||
let path;
|
||||
let camera;
|
||||
let database = 'projects';
|
||||
/* eslint-disable no-unused-vars */
|
||||
export let path;
|
||||
export let camera;
|
||||
export let database = 'projects';
|
||||
let mediacounter = 0;
|
||||
let tabletInterface = null;
|
||||
|
||||
|
|
Loading…
Reference in a new issue