Update README

This commit is contained in:
Josh Johnson 2016-07-02 11:13:48 +01:00
parent ea7a7c2b22
commit 9b62089e1c

View file

@ -63,6 +63,7 @@ Coming soon.
callbackOnInit: () => {},
callbackOnAddItem: (id, value, passedInput) => {},
callbackOnRemoveItem: (id, value, passedInput) => {},
callbackOnRender: () => {},
});
</script>
```