From 745883ea8e75ccc62371850265a2d8c9e89f4538 Mon Sep 17 00:00:00 2001 From: Alexander Marks Date: Mon, 23 Jul 2018 19:58:42 -0700 Subject: [PATCH] Add no-unused-vars eslint suppressions. --- lib/elements/dom-repeat.js | 2 +- lib/legacy/templatizer-behavior.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/elements/dom-repeat.js b/lib/elements/dom-repeat.js index 7c3cbc96ca..892fed745c 100644 --- a/lib/elements/dom-repeat.js +++ b/lib/elements/dom-repeat.js @@ -9,7 +9,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN */ import { PolymerElement } from '../../polymer-element.js'; -import { TemplateInstanceBase, templatize, modelForElement as modelForElement$0 } from '../utils/templatize.js'; +import { TemplateInstanceBase, templatize, modelForElement as modelForElement$0 } from '../utils/templatize.js'; // eslint-disable-line no-unused-vars import { Debouncer } from '../utils/debounce.js'; import { enqueueDebouncer, flush } from '../utils/flush.js'; import { OptionalMutableData } from '../mixins/mutable-data.js'; diff --git a/lib/legacy/templatizer-behavior.js b/lib/legacy/templatizer-behavior.js index 54d6d53388..e8c90e2d4d 100644 --- a/lib/legacy/templatizer-behavior.js +++ b/lib/legacy/templatizer-behavior.js @@ -7,7 +7,7 @@ The complete set of contributors may be found at http://polymer.github.io/CONTRI Code distributed by Google as part of the polymer project is also subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt */ -import { TemplateInstanceBase, templatize as templatize$0, modelForElement as modelForElement$0 } from '../utils/templatize.js'; +import { TemplateInstanceBase, templatize as templatize$0, modelForElement as modelForElement$0 } from '../utils/templatize.js'; // eslint-disable-line no-unused-vars /** * @typedef {{