mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 16:52:53 +08:00
🎅
This commit is contained in:
parent
0058b885d9
commit
bb8c4b5cc1
4
dist/index.d.ts
vendored
4
dist/index.d.ts
vendored
@ -1 +1,5 @@
|
|||||||
|
export * from './plugins/actionsheet';
|
||||||
|
export * from './plugins/camera';
|
||||||
|
export * from './plugins/device';
|
||||||
|
export * from './plugins/statusbar';
|
||||||
export * from './plugins/toast';
|
export * from './plugins/toast';
|
||||||
|
8
dist/index.js
vendored
8
dist/index.js
vendored
@ -2,10 +2,10 @@ function __export(m) {
|
|||||||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
||||||
}
|
}
|
||||||
var DEVICE_READY_TIMEOUT = 2000;
|
var DEVICE_READY_TIMEOUT = 2000;
|
||||||
//export * from './plugins/actionsheet';
|
__export(require('./plugins/actionsheet'));
|
||||||
//export * from './plugins/camera';
|
__export(require('./plugins/camera'));
|
||||||
//export * from './plugins/device';
|
__export(require('./plugins/device'));
|
||||||
//export * from './plugins/statusbar';
|
__export(require('./plugins/statusbar'));
|
||||||
__export(require('./plugins/toast'));
|
__export(require('./plugins/toast'));
|
||||||
var didFireReady = false;
|
var didFireReady = false;
|
||||||
window.addEventListener('deviceready', function () {
|
window.addEventListener('deviceready', function () {
|
||||||
|
Loading…
Reference in New Issue
Block a user