Skip to content

Commit

Permalink
Fix: There is no effect of kind 'computedAnnotation'
Browse files Browse the repository at this point in the history
Although `computedAnnotation` is the better name, you actually named it `annotatedComputation`.
  • Loading branch information
kaste committed Jan 31, 2016
1 parent 4a9ef8e commit 06cd560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/bind/accessors.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
var EFFECT_ORDER = {
'compute': 0,
'annotation': 1,
'computedAnnotation': 2,
'annotatedComputation': 2,
'reflect': 3,
'notify': 4,
'observer': 5,
Expand Down

0 comments on commit 06cd560

Please sign in to comment.