constructor()

in jshint-server/src/server.ts [110:115]


	constructor(connection: IConnection) {
		this.connection = connection;
		this.clear();
		this.configPath = null;
		this.jshintOptions = null;
	}