Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4111082
mw.echo.dm.SortedList.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
664 B
Referenced Files
None
Subscribers
None
mw.echo.dm.SortedList.js
View Options
(
function
()
{
/**
* Sorted list abstract data structure.
*
* @class
* @abstract
* @mixes OO.EventEmitter
* @mixes OO.SortedEmitterList
*
* @constructor
*/
mw
.
echo
.
dm
.
SortedList
=
function
MwEchoDmSortedList
()
{
// Mixin constructors
OO
.
EventEmitter
.
call
(
this
);
OO
.
SortedEmitterList
.
call
(
this
);
};
/* Initialization */
OO
.
mixinClass
(
mw
.
echo
.
dm
.
SortedList
,
OO
.
EventEmitter
);
OO
.
mixinClass
(
mw
.
echo
.
dm
.
SortedList
,
OO
.
SortedEmitterList
);
/**
* Defines whether or not this list contains items
* or lists of items.
*
* @return {boolean} This list is a group
*/
mw
.
echo
.
dm
.
SortedList
.
prototype
.
isGroup
=
null
;
}()
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Aug 18, 22:09 (1 d, 14 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
45/fe/ef41f8bd343e7028e0eb55e7ee33
Default Alt Text
mw.echo.dm.SortedList.js (664 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment