I have an instance of my class..
var controller = new (function () {
// Contains lot of methods
});
Is it possible that i can make the instance of this Object across all Windows. Without including this file in other pages, i can call the instance of this Object every where.