Fix: There is no effect of kind 'computedAnnotation'

Although `computedAnnotation` is the better name, you actually named it `annotatedComputation`.
This commit is contained in:
Herr Kaste 2016-02-01 00:54:43 +01:00
parent 4a9ef8e96d
commit 06cd560c8d

View File

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