summaryrefslogtreecommitdiff
blob: d1dc108f21fa5548a0217d8f4e3190397a7474e5 (plain)
1
2
3
4
5
6
7
mw.template.add( 'ext.echo.mobile', 'NotificationBadge.mustache',
	mw.template.get( 'test.Echo', 'NotificationBadge.mustache' ).getSource()
);

mw.loader.using( 'mobile.startup' ).then( function () {
	require( './test_NotificationBadge.js' );
} );