Merge pull request #16 from sjmiles/master

use shadow="shim" instead of shimShadow for compatibility with URL override
This commit is contained in:
Frankie Fu
2012-10-22 12:26:32 -07:00
7 changed files with 7 additions and 7 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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 {

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>