function __export(m) { for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; } var DEVICE_READY_TIMEOUT = 2000; __export(require('./plugins/actionsheet')); __export(require('./plugins/camera')); __export(require('./plugins/statusbar')); __export(require('./plugins/toast')); var didFireReady = false; window.addEventListener('deviceready', function () { didFireReady = true; }); setTimeout(function () { if (!didFireReady) { console.warn('Native: deviceready did not fire within ' + DEVICE_READY_TIMEOUT + 'ms. This can happen when plugins are in an inconsistent state. Try removing plugins from plugins/ and reinstalling them.'); } }, DEVICE_READY_TIMEOUT);