@mjhls/mjh-framework 1.0.39 → 1.0.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # mjh-framework v. 1.0.39
1
+ # mjh-framework v. 1.0.40
2
2
 
3
3
  > Foundation Framework
4
4
 
package/dist/index.es.js CHANGED
@@ -5704,8 +5704,8 @@ var AD = function AD(_ref) {
5704
5704
  adUnit: adUnit,
5705
5705
  sizeMapping: sizeMapping,
5706
5706
  targetingArguments: targetingArguemnts,
5707
- onSlotIsRendered: function onSlotIsRendered(eventData) {
5708
- console.log('AD ' + className + ' rendered:', eventData);
5707
+ onSlotRender: function onSlotRender(eventData) {
5708
+ return console.log('AD ' + className + ' rendered:', eventData);
5709
5709
  },
5710
5710
  onSlotIsViewable: function onSlotIsViewable(eventData) {
5711
5711
  console.log('AD ' + className + ' viewable:', eventData);