Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.3.0 #2

Merged
merged 11 commits into from
Jan 3, 2024
Prev Previous commit
Next Next commit
Updated documentation.
William Troup committed Jan 3, 2024
commit 711effd2f1bcc88ad0014f3af408e00f7a595d63
2 changes: 1 addition & 1 deletion docs/binding/options/OPTIONS.md
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ Below is a list of all the options supported in the "data-observe-options" bindi

| Type: | Name: | Description: |
| --- | --- | --- |
| *number* | timeout | States the delay that should be waited before checking the object for changes (defaults to 250 milliseconds). |
| *number* | timeout | States the delay (in milliseconds) that should be waited before checking the object for changes (defaults to 250 milliseconds). |
| *date* | starts | States a date/time when the watch should start (defaults to null). |
| *date* | expires | States a date/time when the watch should expire (defaults to null). |
| *boolean* | reset | States if the value of the object should be reset back to its original value when a change is detected (defaults to false). |