2015-11-29 06:17:04 +08:00
|
|
|
function __export(m) {
|
|
|
|
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
|
|
}
|
|
|
|
__export(require('./plugins/camera'));
|
|
|
|
__export(require('./plugins/statusbar'));
|
2015-11-29 06:24:38 +08:00
|
|
|
__export(require('./plugins/toast'));
|