mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Fix: There is no effect of kind 'computedAnnotation'
Although `computedAnnotation` is the better name, you actually named it `annotatedComputation`.
This commit is contained in:
parent
4a9ef8e96d
commit
06cd560c8d
@ -143,7 +143,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
||||
var EFFECT_ORDER = {
|
||||
'compute': 0,
|
||||
'annotation': 1,
|
||||
'computedAnnotation': 2,
|
||||
'annotatedComputation': 2,
|
||||
'reflect': 3,
|
||||
'notify': 4,
|
||||
'observer': 5,
|
||||
|
Loading…
Reference in New Issue
Block a user