You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/base/base.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Base
2
-
Copyright 2017-2020 Moddable Tech, Inc.<BR>
3
-
Revised: October 7, 2020
2
+
Copyright 2017-2022 Moddable Tech, Inc.<BR>
3
+
Revised: March 8, 2022
4
4
5
5
**Warning**: These notes are preliminary. Omissions and errors are likely. If you encounter problems, please ask for assistance.
6
6
@@ -98,6 +98,9 @@ Timer.clear(aTimer);
98
98
99
99
> **Note**: Immediate and one shot timers are automatically cleared after invoking their callback function. There is no need to call `clear` except to cancel the timer before it fires.
100
100
101
+
> **Note**: If `Timer.clear` is passed a value of `undefined` or `null` for the ID, no exception is generated.
0 commit comments