Skip to content

Commit 0046496

Browse files
committed
2 parents 42b56fa + c58512b commit 0046496

4 files changed

Lines changed: 0 additions & 4 deletions

File tree

kitchen-sink/core/js/app.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ if (document.location.search.indexOf('mode=') >= 0) {
2929

3030
// Init App
3131
var app = new Framework7({
32-
id: 'io.framework7.testapp',
3332
el: '#app',
3433
theme,
3534
// store.js,

kitchen-sink/react/src/app.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ export default () => {
1212

1313
return (
1414
<App
15-
id="io.framework7.testapp"
1615
theme={theme}
1716
routes={routes}
1817
store={store}

kitchen-sink/svelte/src/app.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
const needsBrowserHistory = document.location.href.includes('example-preview');
1313
1414
const f7Params = {
15-
id: 'io.framework7.testapp',
1615
theme,
1716
routes,
1817
store,

kitchen-sink/vue/src/app.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ export default {
4141
return {
4242
needsBrowserHistory,
4343
f7Params: {
44-
id: 'io.framework7.testapp',
4544
theme,
4645
routes,
4746
store,

0 commit comments

Comments
 (0)