1
0
mirror of https://github.com/robertkrimen/otto synced 2025-10-12 20:27:30 +08:00

Merge pull request #119 from flowlo/patch-1

Fix README: s/windows/window/
This commit is contained in:
Conrad Pankoff 2015-12-01 15:03:13 +11:00
commit 1704aa9869

View File

@ -221,7 +221,7 @@ the interrupt channel to do this:
Where is setTimeout/setInterval?
These timing functions are not actually part of the ECMA-262 specification.
Typically, they belong to the `windows` object (in the browser). It would not be
Typically, they belong to the `window` object (in the browser). It would not be
difficult to provide something like these via Go, but you probably want to wrap
otto in an event loop in that case.