diff --git a/browser/main/Main.js b/browser/main/Main.js
index c426f2bd..d13bde0d 100644
--- a/browser/main/Main.js
+++ b/browser/main/Main.js
@@ -96,12 +96,14 @@ class Main extends React.Component {
{
name: 'example.html',
mode: 'html',
- content: "\n
\nEnjoy Boostnote!
\n\n"
+ content: "\n\nEnjoy Boostnote!
\n\n",
+ linesHighlighted:[]
},
{
name: 'example.js',
mode: 'javascript',
- content: "var boostnote = document.getElementById('enjoy').innerHTML\n\nconsole.log(boostnote)"
+ content: "var boostnote = document.getElementById('enjoy').innerHTML\n\nconsole.log(boostnote)",
+ linesHighlighted:[]
}
]
})