{"version":3,"sources":["webpack:///./widgets/bioListBlock.js"],"names":["BioListBlock","$el","_classCallCheck","this","key","value","setBioListBlock"],"mappings":"o1BAEA,IASaA,EAAY,WAIvB,O,EAHD,SAAAA,EAAYC,I,4FAAKC,CAAA,KAAAF,GAEhBG,KAAKF,IAAMA,I,EACX,EAAAG,IAAA,OAAAC,MAED,WACCF,KAAKG,oBACL,CAAAF,IAAA,kBAAAC,MAED,iB,0FAVwB","file":"16.js","sourcesContent":["/* eslint-disable no-invalid-this */\n// CONSTANTS are all caps.\nconst NS = 'BioListBlock';\nconst CLS = 'bioListBlock';\nconst WG = '.' + CLS + '-';\nconst BLI = '.bioListItem-';\n\n// Import stuff here if you need to or even better to import them dynamically\n// for ex. of dynamic import check out src/scripts/loadWg/bioListBlock.js using Webpack dynamic imports as chunks.\n// import $ from 'jquery'\n\nexport class BioListBlock {\n\tconstructor($el) {\n\t\t// $el is the widget node return by the loadBioListBlock function\n\t\tthis.$el = $el;\n\t}\n\n\tinit() {\n\t\tthis.setBioListBlock();\n\t}\n\n\tsetBioListBlock() {\n\t\t// on load, get the url's hash\n\t\t// if there is a hash value, check if we have a matching list item\n\t\t// trigger a click on it\n\t}\n\n\t// Add more functions like on above here\n}\n"],"sourceRoot":""}