From b4cbbaa3c9fb50cff759611e371eb328502a5a75 Mon Sep 17 00:00:00 2001 From: Alexander Marks Date: Mon, 17 Jun 2019 15:51:00 -0700 Subject: [PATCH] Add @override, remove @attribute/@group/@hero/@homepage --- iron-list.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/iron-list.js b/iron-list.js index 4d78ead1..3ecff251 100644 --- a/iron-list.js +++ b/iron-list.js @@ -248,12 +248,12 @@ once. Say you have a million records in the database, you want to split the data into pages so you can bring in a page at the time. The page could contain 500 items, and iron-list will only render 20. -@group Iron Element @element iron-list @demo demo/index.html */ Polymer({ + /** @override */ _template: html`