Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1429920
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
Sat, May 16, 18:12 (8 h, 5 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
9b/19/505ba13bd1b2886da3235b0fb223
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