/*! * VisualEditor EventEmitter class. * * @copyright 2011-2013 VisualEditor Team and others; see AUTHORS.txt * @license The MIT License (MIT); see LICENSE.txt */ /** * Event emitter. * * @class * @extends OO.EventEmitter */ ve.EventEmitter = OO.EventEmitter;