mirror of
https://github.com/therootcompany/greenlock.js.git
synced 2025-03-01 14:20:41 +00:00
Parameters are not passed to store 'create' function #30
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
index.js
le-store.js
Output
You pass values to your custom store like you did with
customProp
, which you can then access fromcreate()
viaoptions.customProp
.create()
only ever gets called with the one parameter.