Exporting iOS.js variables

This commit is contained in:
Tim Mickel 2016-01-13 15:54:19 -05:00
parent 82a4a470fa
commit ca72375e97

View file

@ -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;