Skip to content

Commit

Permalink
flesh out implementation-notes.md, #66
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Mar 6, 2017
1 parent e4bcca8 commit 5541b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/implementation-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ testing. All such query parameters are documented in
**Memory management**: The model exists for the lifetime of the simulation. Large portions of the view are
reconstructed when the selected item changes. So `dispose` is implemented throughout, and all function calls
that register an observer have an associated comment indicating whether a corresponding de-register call is
required. For example, in `CostNode`:
required. For example, here's the general pattern used in `CostNode`:

```js
var costObserver = function( cost ) {...};
Expand Down

0 comments on commit 5541b36

Please sign in to comment.