You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: The data parameter is a simple object containing information regarding a specific hook. Please review the API documentation for more information.
The text was updated successfully, but these errors were encountered:
The
dist/frontend/js/onload.js
starter template has been updated to support three conditions:CONDITION 1
Adds support for new flags (#177, #195, #196) and defaults (#201).
UPDATED CODE
CONDITION 2
Adds a simple condition to check if the
MyMochiApplication
extension has a definedonload
public method (via the given callback function).UPDATED CODE
CONDITION 3
Adds support for renamed hooks (#183) and a new addition (#188).
UPDATED CODE
Note: The
data
parameter is a simple object containing information regarding a specific hook. Please review the API documentation for more information.The text was updated successfully, but these errors were encountered: