/**
* IndexView
* @argument {type} description
* @constructor name
* @returns true
*/
function IndexView() {
	var self = this;
	
}
