scffld-bs
Version:
Bootstrap Package for scffld
23 lines (14 loc) • 378 B
JavaScript
;
import Config from '../../_scripts/components/config'
export default class {
init()
{
this.$el = $('header');
/**
* Place custom code here, you would like to bind
* to special functionality on the header. this.$el
* is a jQuery object of the <header> element.
*/
$('nav[data-role="mmenu"]').mmenu( Config.mmenu );
}
}