From 7cebe120be09f6b68be97850d93dd51c53aa8222 Mon Sep 17 00:00:00 2001 From: Daniel Freedman Date: Tue, 7 Mar 2017 12:49:56 -0800 Subject: [PATCH] move mutable data mixin to be loaded by polymer.html --- lib/legacy/class.html | 2 +- lib/legacy/legacy-element-mixin.html | 1 - polymer.html | 2 ++ test/unit/property-effects-elements.html | 3 --- 4 files changed, 3 insertions(+), 5 deletions(-) diff --git a/lib/legacy/class.html b/lib/legacy/class.html index 7a7436d8f3..b828ecb047 100644 --- a/lib/legacy/class.html +++ b/lib/legacy/class.html @@ -126,7 +126,7 @@ } } } else { - Polymer._warn('behavior is null, check for missing or 404 import'); + console.warn('behavior is null, check for missing or 404 import'); } } return list; diff --git a/lib/legacy/legacy-element-mixin.html b/lib/legacy/legacy-element-mixin.html index 57cb51e273..6272b1cecf 100644 --- a/lib/legacy/legacy-element-mixin.html +++ b/lib/legacy/legacy-element-mixin.html @@ -15,7 +15,6 @@ -