Code coverage report for dist/oojs-ui-apex.js

Statements: 100% (4 / 4)      Branches: 100% (0 / 0)      Functions: 100% (1 / 1)      Lines: 100% (4 / 4)      Ignored: none     

All files » dist/ » oojs-ui-apex.js
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30                                1   2         1       1    
/*!
 * OOjs UI v0.15.0-pre (c659a90ce1)
 * https://www.mediawiki.org/wiki/OOjs_UI
 *
 * Copyright 2011–2016 OOjs UI Team and other contributors.
 * Released under the MIT license
 * http://oojs.mit-license.org
 *
 * Date: 2016-01-27T07:16:09Z
 */
/**
 * @class
 * @extends OO.ui.Theme
 *
 * @constructor
 */
OO.ui.ApexTheme = function OoUiApexTheme() {
	// Parent constructor
	OO.ui.ApexTheme.parent.call( this );
};
 
/* Setup */
 
OO.inheritClass( OO.ui.ApexTheme, OO.ui.Theme );
 
/* Instantiation */
 
OO.ui.theme = new OO.ui.ApexTheme();
 
//# sourceMappingURL=oojs-ui-apex.js.map