diff --git a/src/ShadowCss/ShadowCSS.js b/src/ShadowCSS/ShadowCSS.js similarity index 100% rename from src/ShadowCss/ShadowCSS.js rename to src/ShadowCSS/ShadowCSS.js diff --git a/src/WebComponents/build.json b/src/WebComponents/build.json index aba9db2..2a7ca7c 100644 --- a/src/WebComponents/build.json +++ b/src/WebComponents/build.json @@ -2,7 +2,7 @@ "build/boot.js", "build/if-poly.js", "../ShadowDOM/build.json", - "../ShadowCss/ShadowCss.js", + "../ShadowCSS/ShadowCSS.js", "build/end-if.js", "shadowdom.js", "../HTMLImports/build.json", diff --git a/tests/ShadowCss/runner.html b/tests/ShadowCss/runner.html index 5d9eaed..6a9a669 100644 --- a/tests/ShadowCss/runner.html +++ b/tests/ShadowCss/runner.html @@ -4,7 +4,7 @@ Copyright 2013 The Polymer Authors. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. --> -ShadowCss Tests +ShadowCSS Tests diff --git a/tests/runner.html b/tests/runner.html index 6e86401..16ad1b0 100644 --- a/tests/runner.html +++ b/tests/runner.html @@ -24,7 +24,7 @@ license that can be found in the LICENSE file. - + '); }); - // exports + // exports WebComponents.flags = flags; })();