From 39c2487cf052ee00299921e7f9545b469ddf2840 Mon Sep 17 00:00:00 2001 From: c727 Date: Sat, 21 Oct 2017 17:36:29 +0200 Subject: [PATCH] custom panel example: update to polymer 2 class (#3693) --- .../frontend_creating_custom_panels.markdown | 60 +++++++++---------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/source/developers/frontend_creating_custom_panels.markdown b/source/developers/frontend_creating_custom_panels.markdown index db384d833e0..87bfc3442a5 100644 --- a/source/developers/frontend_creating_custom_panels.markdown +++ b/source/developers/frontend_creating_custom_panels.markdown @@ -28,38 +28,38 @@ The `hello.html` contains the needed building blocks to create the elements insi ```