dart-archive / observe

Support for marking objects as observable, and getting notifications when those objects are mutated
https://pub.dartlang.org/packages/observe
BSD 3-Clause "New" or "Revised" License
13 stars 6 forks source link

Typo in the ObservableList's method name #62

Closed DartBot closed 9 years ago

DartBot commented 9 years ago

Originally opened as dart-lang/sdk#18260

This issue was originally filed by ant...@antonmoiseev.com


There is a typo in the package observe, ObservableList's method name. Expected: discardListChanges() Actual: discardListChages()

DartBot commented 9 years ago

Comment by sethladd


Added Area-Pkg, Pkg-Observe, Triaged labels.

DartBot commented 9 years ago

Comment by sigmundch


https://codereview.chromium.org/368883004/


Added this to the 1.6 milestone. Removed Priority-Unassigned label. Added Priority-Low, Started labels.

DartBot commented 9 years ago

Comment by sigmundch


Removed this from the 1.6 milestone. Added Polymer-P-1 label.

DartBot commented 9 years ago

Comment by sigmundch


Removed Polymer-P-1 label. Added Polymer-Milestone-Next label.

DartBot commented 9 years ago

Comment by sigmundch


Added PolymerMilestone-Next label.

DartBot commented 9 years ago

Comment by sigmundch


Removed Polymer-Milestone-Next label.

DartBot commented 9 years ago

Comment by srawlins


This has been committed. This issue can be closed.

DartBot commented 9 years ago

Comment by jakemac53


Added Fixed label.