mediawiki-extensions-Visual.../modules/ve/ve.EventEmitter.js
Timo Tijhof 908d1a8c19 oojs: Integrate with OOJS v1.0.0
To make integration and testing easier keeping references and
tests unchanged.

Change-Id: Ie808eaf0ffb754ba9c6be13810cfec2385d8de36
2013-06-06 17:29:55 +02:00

15 lines
271 B
JavaScript

/*!
* 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;