{"version":3,"sources":["webpack:///./src/js/modules/simple-masthead.js"],"names":["Module","Component","setupDefaults","addListeners","window","addEventListener","this","runAnimations","bind","el","classList","add"],"mappings":"0FAAA,kBAEA,MAAMA,UAAeC,YACnBC,iBAGAC,eACEC,OAAOC,iBAAiB,OAAQC,KAAKC,cAAcC,KAAKF,OAG1DC,gBACED,KAAKG,GAAGC,UAAUC,IAAI,4BAIXX","file":"32.140fd655a8f0ca32eb81.js","sourcesContent":["import { Component } from '@verndale/core';\n\nclass Module extends Component {\n setupDefaults() {\n }\n\n addListeners() {\n window.addEventListener('load', this.runAnimations.bind(this));\n }\n\n runAnimations() {\n this.el.classList.add('simple-masthead--loaded');\n }\n}\n\nexport default Module;\n"],"sourceRoot":""}