File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,14 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
99*/
1010import { PolymerElement } from '../../polymer-element.js' ;
1111
12- import { templatize } from '../utils/templatize.js' ;
1312import { Debouncer } from '../utils/debounce.js' ;
1413import { enqueueDebouncer , flush } from '../utils/flush.js' ;
1514import { microTask } from '../utils/async.js' ;
1615import { root } from '../utils/path.js' ;
1716import { wrap } from '../utils/wrap.js' ;
1817import { hideElementsGlobally } from '../utils/hide-template-controls.js' ;
1918import { fastDomIf , strictTemplatePolicy } from '../utils/settings.js' ;
20- import { showHideChildren } from '../utils/templatize.js' ;
19+ import { showHideChildren , templatize } from '../utils/templatize.js' ;
2120
2221/**
2322 * @customElement
You can’t perform that action at this time.
0 commit comments