Skip to content
This repository has been archived by the owner on Sep 12, 2019. It is now read-only.

observablelists documentation update #11

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

gochoam
Copy link

@gochoam gochoam commented Feb 18, 2016

This README file had many comments, I grouped them into compact chunks of somewhat related commands. I also moved to the bottom the explanation on how to hook up a callable to check the list for changes.

let called = false;
let list = new ObservableList<number>();
list.changed.connect(() => { called = true; });
To test the `phosphor-queue` module in a node interactive shell after the
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/queue/list

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants