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

observablelists documentation update#11

Open
gochoam wants to merge 4 commits into
phosphorjs:masterfrom
gochoam:phobslits-docs-update
Open

observablelists documentation update#11
gochoam wants to merge 4 commits into
phosphorjs:masterfrom
gochoam:phobslits-docs-update

Conversation

@gochoam
Copy link
Copy Markdown

@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.

Comment thread README.md Outdated
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
Copy Markdown
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