Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
settings: state.settings
})
}
// Save contacts (different file)
if (state.contacts.length > 0) {
// Write to file
writeToFile(ZENCASH_MOBILE_CONTACTS_PATH, {
contacts: state.contacts
})
}
})
const rootElement = document.getElementById('root')
ons.ready(() => render(
,
rootElement
))
if (module.hot) {
module.hot.accept('./containers/App', () => {
const NextApp = require('./containers/App').default
render(
// Handle deep links
if (typeof universalLinks === 'object') {
universalLinks.subscribe(null, handleDeepLink);
}
}
return {
init: init
};
}
var openvegemap = openvegemapMain();
if (typeof ons === 'object') {
ons.ready(openvegemap.init);
} else {
throw 'Onsen is not loaded';
}