addCustomLoadOverride
and addCustomSaveOverride
callbacks require a return value
#22
Labels
bug
Something isn't working
The
AutomaticSettings.Trigger.addCustomLoadOverride()
andAutomaticSettings.Trigger.addCustomSaveOverride()
callbacks require a return value. The README says:which implies that a return value should not be required. However, not providing the return value results in an exception, which prevents the options page from fully loading:

The issue is several lines like this:
AutomaticSettings/internal/Trigger.js
Lines 261 to 263 in fce7d28
The text was updated successfully, but these errors were encountered: