From 364ede9625a0b0155fcc564bb79ffaddb3f0bd68 Mon Sep 17 00:00:00 2001 From: Matthew Vita Date: Mon, 18 Apr 2016 14:07:06 -0400 Subject: [PATCH] Remove unused event cache store (#3591) --- src/lib/bind/accessors.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib/bind/accessors.html b/src/lib/bind/accessors.html index 405bcfcdd4..68f2b3355c 100644 --- a/src/lib/bind/accessors.html +++ b/src/lib/bind/accessors.html @@ -11,8 +11,6 @@ Polymer.Bind = { - _dataEventCache: {}, - // for prototypes (usually) prepareModel: function(model) { Polymer.Base.mixin(model, this._modelApi);