From 8f690838a7e4bd9adfe10dbd9eb37715eecef1b7 Mon Sep 17 00:00:00 2001 From: CSSJS Date: Mon, 13 Feb 2012 10:54:48 +0100 Subject: [PATCH 1/4] Update documentation/pie-js.html --- documentation/pie-js.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/pie-js.html b/documentation/pie-js.html index 3da06ae..a8f1a1c 100644 --- a/documentation/pie-js.html +++ b/documentation/pie-js.html @@ -60,7 +60,7 @@

Using PIE.js

  1. Include the PIE.js script in your page, surrounded by a conditional comment to prevent it from being downloaded in other browsers: -
    <!--[if lt IE 10]>
    +        
    <!--[if IE]>
     <script type="text/javascript" src="path/to/PIE.js"></script>
     <![endif]-->
  2. From a1ac21fd4b2cc4f1f6fbf352d3534025ed52e517 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=B8=D1=82=D0=B0=D0=BB=D0=B8=D0=B9?= Date: Mon, 27 Feb 2012 23:48:47 +0400 Subject: [PATCH 2/4] Strip single quotes as well as double from `pie-load-path` --- sources/htc_script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/htc_script.js b/sources/htc_script.js index 9e54761..91f8e63 100644 --- a/sources/htc_script.js +++ b/sources/htc_script.js @@ -32,7 +32,7 @@ if ( !window[ 'PIE' ] && docMode < 10 ) { // Look for a custom -pie-load-path, or fall back to the CDN url baseUrl = doc.documentElement.currentStyle.getAttribute( ( isIE6 ? '' : '-' ) + 'pie-load-path' ); if( baseUrl ) { - baseUrl = baseUrl.replace(/^"|"$/g, ''); + baseUrl = baseUrl.replace(/^("|')|("|')$/g, ''); baseUrls = [ baseUrl ]; } From 34fe48b93953f971b62f81475e880f298bb16c70 Mon Sep 17 00:00:00 2001 From: Jason Johnston Date: Tue, 28 Feb 2012 21:09:27 -0700 Subject: [PATCH 3/4] Fix typo. Thanks to Yochai Weiss --- documentation/product-comparison.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/product-comparison.html b/documentation/product-comparison.html index 10a6dd7..2d07861 100644 --- a/documentation/product-comparison.html +++ b/documentation/product-comparison.html @@ -88,7 +88,7 @@

    Zoltan Hawryluk's Example Sites

    Here is just a tiny list of sites using PIE already in production. Tell us about yours!