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

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.

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