From 06cd560c8db78911d277811b2e0399a9ff3fcd7c Mon Sep 17 00:00:00 2001 From: Herr Kaste Date: Mon, 1 Feb 2016 00:54:43 +0100 Subject: [PATCH] Fix: There is no effect of kind 'computedAnnotation' Although `computedAnnotation` is the better name, you actually named it `annotatedComputation`. --- src/lib/bind/accessors.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/bind/accessors.html b/src/lib/bind/accessors.html index 66175dea..fdd93f15 100644 --- a/src/lib/bind/accessors.html +++ b/src/lib/bind/accessors.html @@ -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,