Remove legacy-data-mixin

Change-Id: I8d335dd65c64ff0cb07b3360151e6e155e623651
This commit is contained in:
Paladox none 2019-10-24 20:59:38 +00:00
parent 003a35cdf2
commit 9c24f94fbe
2 changed files with 0 additions and 2 deletions

View File

@ -27,7 +27,6 @@ limitations under the License.
<link rel="import" href="/bower_components/polymer/polymer.html">
<link rel="import" href="/bower_components/polymer-resin/standalone/polymer-resin.html">
<!-- TODO(taoalpha): Remove once all legacyUndefinedCheck removed. -->
<link rel="import" href="/bower_components/polymer/lib/legacy/legacy-data-mixin.html">
<link rel="import" href="../behaviors/safe-types-behavior/safe-types-behavior.html">
<script>
security.polymer_resin.install({

View File

@ -62,6 +62,5 @@ limitations under the License.
</script>
<link rel="import"
href="/bower_components/iron-test-helpers/iron-test-helpers.html" />
<link rel="import" href="/bower_components/polymer/lib/legacy/legacy-data-mixin.html">
<link rel="import" href="test-router.html" />
<script src="/bower_components/moment/moment.js"></script>