mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2025-02-17 17:01:12 -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
|
// But, it is also used for the AndroidInterface. All function calls here
|
||||||
// are mapped to Android/iOS native calls.
|
// are mapped to Android/iOS native calls.
|
||||||
|
|
||||||
let path;
|
/* eslint-disable no-unused-vars */
|
||||||
let camera;
|
export let path;
|
||||||
let database = 'projects';
|
export let camera;
|
||||||
|
export let database = 'projects';
|
||||||
let mediacounter = 0;
|
let mediacounter = 0;
|
||||||
let tabletInterface = null;
|
let tabletInterface = null;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue