From e4c24335b55f193c7c5f29998d1dbc1e510b1655 Mon Sep 17 00:00:00 2001 From: Kevin Schaaf Date: Thu, 8 Oct 2015 10:13:18 -0700 Subject: [PATCH] Add issue link. --- src/standard/notify-path.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/standard/notify-path.html b/src/standard/notify-path.html index 9ba2391af4..3c804acdd0 100644 --- a/src/standard/notify-path.html +++ b/src/standard/notify-path.html @@ -488,7 +488,7 @@ // TODO(kschaaf): This is the path analogue to Polymer.Bind.prepareModel, // which provides API for path-based notification on elements with property // effects; this should be re-factored along with the Bind lib, either all on - // Base or all in Bind. + // Base or all in Bind (see issue https://github.com/Polymer/polymer/issues/2547). prepareModelNotifyPath: function(model) { this.mixin(model, { fire: Polymer.Base.fire,