mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Eliminate more canonical path usage
This commit is contained in:
@@ -19,7 +19,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<script src="unit/wct-browser-config.js"></script>
|
<script src="unit/wct-browser-config.js"></script>
|
||||||
<script src="../../../wct-browser-legacy/browser.js"></script>
|
<script src="../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
-->
|
-->
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<script src="../../../../@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
|
||||||
<script type="module" src="../../polymer-legacy.js"></script>
|
<script type="module" src="../../polymer-legacy.js"></script>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
-->
|
-->
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<script src="../../../../@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
|
||||||
<script type="module" src="../../polymer-legacy.js"></script>
|
<script type="module" src="../../polymer-legacy.js"></script>
|
||||||
<script type="module">
|
<script type="module">
|
||||||
import { setPassiveTouchGestures } from '../../lib/utils/settings.js';
|
import { setPassiveTouchGestures } from '../../lib/utils/settings.js';
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
<script type="module" src="../../polymer-legacy.js"></script>
|
<script type="module" src="../../polymer-legacy.js"></script>
|
||||||
<script type="module" src="./array-selector-elements.js"></script>
|
<script type="module" src="./array-selector-elements.js"></script>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
<script type="module" src="../../lib/utils/async.js"></script>
|
<script type="module" src="../../lib/utils/async.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
<script type="module" src="../../polymer-legacy.js"></script>
|
<script type="module" src="../../polymer-legacy.js"></script>
|
||||||
<script type="module" src="./attributes-elements.js"></script>
|
<script type="module" src="./attributes-elements.js"></script>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
<script type="module" src="../../polymer-legacy.js"></script>
|
<script type="module" src="../../polymer-legacy.js"></script>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
<script type="module" src="../../lib/utils/case-map.js"></script>
|
<script type="module" src="../../lib/utils/case-map.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
<script type="module" src="../../polymer-legacy.js"></script>
|
<script type="module" src="../../polymer-legacy.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
|
|
||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
|
|
||||||
<title>css-parse</title>
|
<title>css-parse</title>
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
<script type="module" src="../../polymer-legacy.js"></script>
|
<script type="module" src="../../polymer-legacy.js"></script>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
<script type="module" src="../../polymer-legacy.js"></script>
|
<script type="module" src="../../polymer-legacy.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
<script type="module" src="../../polymer-legacy.js"></script>
|
<script type="module" src="../../polymer-legacy.js"></script>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
<script type="module" src="../../polymer-legacy.js"></script>
|
<script type="module" src="../../polymer-legacy.js"></script>
|
||||||
<script type="module" src="./custom-style-import.js"></script>
|
<script type="module" src="./custom-style-import.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
<script type="module" src="../../polymer-legacy.js"></script>
|
<script type="module" src="../../polymer-legacy.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
<head>
|
<head>
|
||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
<script type="module" src="../../polymer-legacy.js"></script>
|
<script type="module" src="../../polymer-legacy.js"></script>
|
||||||
<script type="module" src="../../lib/mixins/dir-mixin.js"></script>
|
<script type="module" src="../../lib/mixins/dir-mixin.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
<head>
|
<head>
|
||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
<script type="module" src="../../polymer-legacy.js"></script>
|
<script type="module" src="../../polymer-legacy.js"></script>
|
||||||
<script type="module" src="../../lib/mixins/disable-upgrade-mixin.js"></script>
|
<script type="module" src="../../lib/mixins/disable-upgrade-mixin.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
<script type="module" src="../../polymer-legacy.js"></script>
|
<script type="module" src="../../polymer-legacy.js"></script>
|
||||||
<script type="module" src="./dom-if-elements.js"></script>
|
<script type="module" src="./dom-if-elements.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
<script type="module" src="../../polymer-legacy.js"></script>
|
<script type="module" src="../../polymer-legacy.js"></script>
|
||||||
<script type="module" src="./dom-repeat-elements.js"></script>
|
<script type="module" src="./dom-repeat-elements.js"></script>
|
||||||
<style>
|
<style>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
<script type="module" src="./dynamic-imports/dynamic-element.js"></script>
|
<script type="module" src="./dynamic-imports/dynamic-element.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
|
|
||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
|
|
||||||
<script type="module" src="../../polymer-legacy.js"></script>
|
<script type="module" src="../../polymer-legacy.js"></script>
|
||||||
<script type="module" src="./events-elements.js"></script>
|
<script type="module" src="./events-elements.js"></script>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
<script type="module" src="../../polymer-element.js"></script>
|
<script type="module" src="../../polymer-element.js"></script>
|
||||||
<script type="module" src="../../lib/utils/flattened-nodes-observer.js"></script>
|
<script type="module" src="../../lib/utils/flattened-nodes-observer.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
|
|
||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
<script type="module" src="../../polymer-legacy.js"></script>
|
<script type="module" src="../../polymer-legacy.js"></script>
|
||||||
<script type="module" src="./gestures-elements.js"></script>
|
<script type="module" src="./gestures-elements.js"></script>
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
||||||
<script type="module">
|
<script type="module">
|
||||||
/* global origOwnProps:true */
|
/* global origOwnProps:true */
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
<script type="module" src="../../polymer-legacy.js"></script>
|
<script type="module" src="../../polymer-legacy.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
<script type="module" src="../../lib/utils/import-href.js"></script>
|
<script type="module" src="../../lib/utils/import-href.js"></script>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
<script type="module" src="../../polymer-legacy.js"></script>
|
<script type="module" src="../../polymer-legacy.js"></script>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
<script type="module" src="../../polymer-legacy.js"></script>
|
<script type="module" src="../../polymer-legacy.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
<script type="module" src="../../polymer-legacy.js"></script>
|
<script type="module" src="../../polymer-legacy.js"></script>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
<script type="module" src="../../polymer-legacy.js"></script>
|
<script type="module" src="../../polymer-legacy.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
<script type="module" src="../../polymer-legacy.js"></script>
|
<script type="module" src="../../polymer-legacy.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
<script type="module" src="../../polymer-legacy.js"></script>
|
<script type="module" src="../../polymer-legacy.js"></script>
|
||||||
<script type="module" src="./path-effects-elements.js"></script>
|
<script type="module" src="./path-effects-elements.js"></script>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
<script type="module" src="../../lib/utils/path.js"></script>
|
<script type="module" src="../../lib/utils/path.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
<script type="module" src="../../polymer-legacy.js"></script>
|
<script type="module" src="../../polymer-legacy.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
<script type="module" src="../../polymer-legacy.js"></script>
|
<script type="module" src="../../polymer-legacy.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -10,9 +10,9 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
-->
|
-->
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<script src="../../../../@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
<script type="module" src="./polymer-element-with-apply-import.js"></script>
|
<script type="module" src="./polymer-element-with-apply-import.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
<script type="module" src="../../polymer-element.js"></script>
|
<script type="module" src="../../polymer-element.js"></script>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
<script type="module" src="../../polymer-legacy.js"></script>
|
<script type="module" src="../../polymer-legacy.js"></script>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
<script type="module" src="../../lib/mixins/properties-mixin.js"></script>
|
<script type="module" src="../../lib/mixins/properties-mixin.js"></script>
|
||||||
<script type="module" src="../../lib/mixins/property-accessors.js"></script>
|
<script type="module" src="../../lib/mixins/property-accessors.js"></script>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
<script type="module" src="../../lib/mixins/properties-mixin.js"></script>
|
<script type="module" src="../../lib/mixins/properties-mixin.js"></script>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
<script type="module" src="../../polymer-legacy.js"></script>
|
<script type="module" src="../../polymer-legacy.js"></script>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
<script type="module" src="../../polymer-legacy.js"></script>
|
<script type="module" src="../../polymer-legacy.js"></script>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
<script type="module" src="../../polymer-element.js"></script>
|
<script type="module" src="../../polymer-element.js"></script>
|
||||||
<script type="module" src="../../lib/mixins/gesture-event-listeners.js"></script>
|
<script type="module" src="../../lib/mixins/gesture-event-listeners.js"></script>
|
||||||
<script type="module" src="../../lib/elements/dom-if.js"></script>
|
<script type="module" src="../../lib/elements/dom-if.js"></script>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
<script type="module" src="../../polymer-legacy.js"></script>
|
<script type="module" src="../../polymer-legacy.js"></script>
|
||||||
<script type="module" src="./property-effects-elements.js"></script>
|
<script type="module" src="./property-effects-elements.js"></script>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
<script type="module" src="../../polymer-legacy.js"></script>
|
<script type="module" src="../../polymer-legacy.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
<script type="module" src="../../polymer-legacy.js"></script>
|
<script type="module" src="../../polymer-legacy.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
<script type="module" src="../../polymer-legacy.js"></script>
|
<script type="module" src="../../polymer-legacy.js"></script>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
<script>
|
<script>
|
||||||
Polymer = {
|
Polymer = {
|
||||||
rootPath: 'earlyRootPath/'
|
rootPath: 'earlyRootPath/'
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
</script>
|
</script>
|
||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
<script type="module" src="../../polymer-legacy.js"></script>
|
<script type="module" src="../../polymer-legacy.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
</script>
|
</script>
|
||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
<script type="module" src="../../polymer-legacy.js"></script>
|
<script type="module" src="../../polymer-legacy.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
</script>
|
</script>
|
||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
<script type="module" src="../../polymer-legacy.js"></script>
|
<script type="module" src="../../polymer-legacy.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
<head>
|
<head>
|
||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
<script type="module" src="../../polymer-legacy.js"></script>
|
<script type="module" src="../../polymer-legacy.js"></script>
|
||||||
<script type="module" src="./shady-unscoped-style-import.js"></script>
|
<script type="module" src="./shady-unscoped-style-import.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js" register="true" shadydom="true"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js" register="true" shadydom="true"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
<script type="module" src="../../polymer-legacy.js"></script>
|
<script type="module" src="../../polymer-legacy.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
<script type="module" src="../../polymer-legacy.js"></script>
|
<script type="module" src="../../polymer-legacy.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
<script type="module" src="../../polymer-legacy.js"></script>
|
<script type="module" src="../../polymer-legacy.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
<script type="module" src="../../polymer-legacy.js"></script>
|
<script type="module" src="../../polymer-legacy.js"></script>
|
||||||
<style>
|
<style>
|
||||||
.variable-override {
|
.variable-override {
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
<script type="module" src="../../polymer-legacy.js"></script>
|
<script type="module" src="../../polymer-legacy.js"></script>
|
||||||
<script type="module" src="./styling-import-shared-styles.js"></script>
|
<script type="module" src="./styling-import-shared-styles.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
<script type="module" src="../../polymer-legacy.js"></script>
|
<script type="module" src="../../polymer-legacy.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ window.customElements.define = function(name, fn, options) {
|
|||||||
customElements.defineOrder = order;
|
customElements.defineOrder = order;
|
||||||
</script>
|
</script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
<script type="module" src="../../polymer-legacy.js"></script>
|
<script type="module" src="../../polymer-legacy.js"></script>
|
||||||
<style>
|
<style>
|
||||||
#priority[style-scope=x-styled], #priority.style-scope.x-styled {
|
#priority[style-scope=x-styled], #priority.style-scope.x-styled {
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
|
|
||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
|
|
||||||
<script type="module" src="../../lib/mixins/template-stamp.js"></script>
|
<script type="module" src="../../lib/mixins/template-stamp.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
<script type="module" src="../../polymer-legacy.js"></script>
|
<script type="module" src="../../polymer-legacy.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
||||||
<script src="wct-browser-config.js"></script>
|
<script src="wct-browser-config.js"></script>
|
||||||
<script src="../../../../wct-browser-legacy/browser.js"></script>
|
<script src="../../node_modules/wct-browser-legacy/browser.js"></script>
|
||||||
<script type="module" src="../../polymer-legacy.js"></script>
|
<script type="module" src="../../polymer-legacy.js"></script>
|
||||||
<script type="module" src="./templatize-elements.js"></script>
|
<script type="module" src="./templatize-elements.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
Reference in New Issue
Block a user