Your IP : 216.73.216.48


Current Path : /var/www/vlevski/g2s/c/test/unit/stubs/
Upload File :
Current File : //var/www/vlevski/g2s/c/test/unit/stubs/EventTarget.js

EventTarget = function EventTarget() {
	this.addEventListener = function () {
	};
	this.removeEventListener = function () {
	};
	this.dispatchEvent = function () {
	};
};

module.exports = EventTarget;