Skip to content

Commit

Permalink
Remove double-import of settings
Browse files Browse the repository at this point in the history
Causing warnings with Closure Compiler

External copy of cl/222162967
  • Loading branch information
dfreedm authored Nov 20, 2018
1 parent 6c93955 commit 5422792
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/mixins/element-mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
*/
import '../utils/boot.js';

import { rootPath, strictTemplatePolicy, allowTemplateFromDomModule } from '../utils/settings.js';
import { rootPath, strictTemplatePolicy, allowTemplateFromDomModule, legacyOptimizations } from '../utils/settings.js';
import { dedupingMixin } from '../utils/mixin.js';
import { stylesFromTemplate, stylesFromModuleImports } from '../utils/style-gather.js';
import { pathFromUrl, resolveCss, resolveUrl } from '../utils/resolve-url.js';
import { DomModule } from '../elements/dom-module.js';
import { PropertyEffects } from './property-effects.js';
import { PropertiesMixin } from './properties-mixin.js';
import { legacyOptimizations } from '../utils/settings.js';

/**
* Current Polymer version in Semver notation.
Expand Down

0 comments on commit 5422792

Please sign in to comment.