-
-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implemented update for dependency observable arrays.
Overrides normal update action. Also added a _initialize function to observables that is called to extend observables in initialization and moved some array specific stuff over to it. Also added a _firstExecution method that gets called on the first execution (get or set) of an observable with the current value as an argument. Used to extend dependency observables with a ChunkManager instance. Also changed the ChunkManager to use obervable._getValue() instead of observable.__value__. Closes #119.
- Loading branch information
Showing
2 changed files
with
62 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters