1
0
Fork 0

Added missing closing parenthesis in Visibility Object Implementation section of manual

perfodd
Mike Gerwitz 2012-01-19 23:25:47 -05:00
parent 0ceffe2146
commit 22005e396e
1 changed files with 1 additions and 1 deletions

View File

@ -1110,7 +1110,7 @@ will be left for future versions of ease.js.}
The instance stores a reference to each of the visibility objects @var{V}, The instance stores a reference to each of the visibility objects @var{V},
indexed by an internal class identifier (which is simply incremented for each indexed by an internal class identifier (which is simply incremented for each
new class definition, much like we did with the instance id in new class definition, much like we did with the instance id in
@ref{f:js-encapsulate-instance}. When a method is called, the visibility object @ref{f:js-encapsulate-instance}). When a method is called, the visibility object
that matches the class identifier associated with the invoked method is then that matches the class identifier associated with the invoked method is then
passed as the context (bound to @var{this}) for that method (@pxref{Method passed as the context (bound to @var{this}) for that method (@pxref{Method
Wrapping}). Wrapping}).