My code is breaking because every time I try to recover from a previous revision of my code Subclipse keeps adding this weird notation/conments into my Javascript.
e.g.
if (profanityCheck() == false)
<<<<<<< .working
{
var inputData = "";
var newData = new Array();
=======
How do I stop it doing this?
Thanks