|
39 | 39 | <span id="content">{{content}}</span> |
40 | 40 | </template> |
41 | 41 | <script type="module"> |
42 | | -import '../../polymer-legacy.js'; |
43 | | -import { Polymer } from '../../lib/legacy/polymer-fn.js'; |
| 42 | +import { Polymer } from '../../polymer-legacy.js'; |
44 | 43 | Polymer({ |
45 | 44 |
|
46 | 45 | is: 'x-configure-value', |
|
78 | 77 | <span id="content">{{content}}</span> |
79 | 78 | </template> |
80 | 79 | <script type="module"> |
81 | | -import '../../polymer-legacy.js'; |
82 | | -import { Polymer } from '../../lib/legacy/polymer-fn.js'; |
| 80 | +import { Polymer } from '../../polymer-legacy.js'; |
83 | 81 | Polymer({ |
84 | 82 |
|
85 | 83 | is: 'x-configure-gchild', |
|
117 | 115 | <x-configure-gchild id="gchild" content="{{content}}" object="{{object}}"></x-configure-gchild> |
118 | 116 | </template> |
119 | 117 | <script type="module"> |
120 | | -import '../../polymer-legacy.js'; |
121 | | -import { Polymer } from '../../lib/legacy/polymer-fn.js'; |
| 118 | +import { Polymer } from '../../polymer-legacy.js'; |
122 | 119 | Polymer({ |
123 | 120 |
|
124 | 121 | is: 'x-configure-child', |
|
185 | 182 |
|
186 | 183 | <dom-module id="x-configure-simple-child"> |
187 | 184 | <script type="module"> |
188 | | -import '../../polymer-legacy.js'; |
189 | | -import { Polymer } from '../../lib/legacy/polymer-fn.js'; |
| 185 | +import { Polymer } from '../../polymer-legacy.js'; |
190 | 186 | Polymer({ |
191 | 187 |
|
192 | 188 | is: 'x-configure-simple-child', |
|
218 | 214 | <x-configure-simple-child id="simple" noeffect="{{simple}}"></x-configure-simple-child> |
219 | 215 | </template> |
220 | 216 | <script type="module"> |
221 | | -import '../../polymer-legacy.js'; |
222 | | -import { Polymer } from '../../lib/legacy/polymer-fn.js'; |
| 217 | +import { Polymer } from '../../polymer-legacy.js'; |
223 | 218 | Polymer({ |
224 | 219 |
|
225 | 220 | is: 'x-configure-host', |
|
324 | 319 | <x-config-lazy-nodefaults prop="[[foo]]"></x-config-lazy-nodefaults> |
325 | 320 | </template> |
326 | 321 | <script type="module"> |
327 | | -import '../../polymer-legacy.js'; |
328 | | -import { Polymer } from '../../lib/legacy/polymer-fn.js'; |
| 322 | +import { Polymer } from '../../polymer-legacy.js'; |
329 | 323 | Polymer({ |
330 | 324 | is: 'x-config-lazy-host', |
331 | 325 | properties: { |
|
350 | 344 | <x-configure-host content="attr"></x-configure-host> |
351 | 345 |
|
352 | 346 | <script type="module"> |
353 | | -import '../../polymer-legacy.js'; |
354 | | -import { Polymer } from '../../lib/legacy/polymer-fn.js'; |
| 347 | +import { Polymer } from '../../polymer-legacy.js'; |
355 | 348 |
|
356 | 349 | function testValueAndChangeHandler(e, value) { |
357 | 350 | assert.equal(e.content, value, 'Property does not equal configured value'); |
|
0 commit comments