r94367 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r94366‎ | r94367 | r94368 >
Date:18:29, 12 August 2011
Author:tparscal
Status:deferred
Tags:
Comment:
Removed explicit inheritance of es.EventEmitter by es.ListBlockList because it already inherits es.Container which inherits es.EventEmitter
Modified paths:
  • /trunk/parsers/wikidom/lib/es/es.ListBlockList.js (modified) (history)

Diff [purge]

Index: trunk/parsers/wikidom/lib/es/es.ListBlockList.js
@@ -1,5 +1,4 @@
22 es.ListBlockList = function( items ) {
3 - es.EventEmitter.call( this );
43 es.Container.call( this, 'list', 'items', items );
54 };
65
@@ -34,5 +33,4 @@
3534 }
3635 };
3736
38 -es.extend( es.ListBlockList, es.EventEmitter );
3937 es.extend( es.ListBlockList, es.Container );

Status & tagging log