wording
This commit is contained in:
@@ -66,7 +66,7 @@ export default {
|
|||||||
// the initial version we start with
|
// the initial version we start with
|
||||||
// version is an integer which is incremented with every change
|
// version is an integer which is incremented with every change
|
||||||
version,
|
version,
|
||||||
// debounce changes so we can save some bandwidth
|
// debounce changes so we can save some requests
|
||||||
debounce: 250,
|
debounce: 250,
|
||||||
// onSendable is called whenever there are changed we have to send to our server
|
// onSendable is called whenever there are changed we have to send to our server
|
||||||
onSendable: ({ sendable }) => {
|
onSendable: ({ sendable }) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user