I have created the following jsfiddle which highlights my problem. http://jsfiddle.net/UTG7U/
var ExampleObject = function() { var myArray = new Array();
You don't need the this.myArray. Using myArray alone will suffice (and work).
this.myArray
myArray