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