mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #16 from sjmiles/master
use shadow="shim" instead of shimShadow for compatibility with URL override
This commit is contained in:
@@ -7,7 +7,7 @@ license that can be found in the LICENSE file.
|
||||
<html>
|
||||
<head>
|
||||
<title>Ajax</title>
|
||||
<script src="../../polyfills/Components/components-polyfill.js" shimShadow></script>
|
||||
<script src="../../polyfills/Components/components-polyfill.js" shadow="shim"></script>
|
||||
<link rel="components" href="../../toolkit/src/g-ajax.html">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -7,7 +7,7 @@ license that can be found in the LICENSE file.
|
||||
<html>
|
||||
<head>
|
||||
<title>Icon</title>
|
||||
<script src="../../polyfills/Components/components-polyfill.js" shimShadow></script>
|
||||
<script src="../../polyfills/Components/components-polyfill.js" shadow="shim"></script>
|
||||
<link rel="components" href="../../toolkit/src/g-icon.html">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -7,7 +7,7 @@ license that can be found in the LICENSE file.
|
||||
<html>
|
||||
<head>
|
||||
<title>Icon Button</title>
|
||||
<script src="../../polyfills/Components/components-polyfill.js" shimShadow></script>
|
||||
<script src="../../polyfills/Components/components-polyfill.js" shadow="shim"></script>
|
||||
<link rel="components" href="../../toolkit/src/g-icon-button.html">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Overlay</title>
|
||||
<script src="../../polyfills/Components/components-polyfill.js" shimShadow></script>
|
||||
<script src="../../polyfills/Components/components-polyfill.js" shadow="shim"></script>
|
||||
<link rel="components" href="../../toolkit/src/g-overlay.html">
|
||||
<style>
|
||||
body {
|
||||
|
||||
@@ -7,7 +7,7 @@ license that can be found in the LICENSE file.
|
||||
<html>
|
||||
<head>
|
||||
<title>Icon</title>
|
||||
<script src="../../polyfills/Components/components-polyfill.js" shimShadow></script>
|
||||
<script src="../../polyfills/Components/components-polyfill.js" shadow="shim"></script>
|
||||
<link rel="components" href="../../toolkit/src/g-ratings.html">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -7,7 +7,7 @@ license that can be found in the LICENSE file.
|
||||
<html>
|
||||
<head>
|
||||
<title>Selection</title>
|
||||
<script src="../../polyfills/Components/components-polyfill.js" shimShadow></script>
|
||||
<script src="../../polyfills/Components/components-polyfill.js" shadow="shim"></script>
|
||||
<link rel="components" href="../../toolkit/src/g-selection.html">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -7,7 +7,7 @@ license that can be found in the LICENSE file.
|
||||
<html>
|
||||
<head>
|
||||
<title>Toggle Button</title>
|
||||
<script src="../../polyfills/Components/components-polyfill.js" shimShadow></script>
|
||||
<script src="../../polyfills/Components/components-polyfill.js" shadow="shim"></script>
|
||||
<link rel="components" href="../../toolkit/src/g-togglebutton.html">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user