Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(215)

Unified Diff: pkg/polymer/lib/polymer.html

Issue 329923002: Remove platform.js from polymer.html, hint in the linter that it should be used (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/polymer/lib/polymer.html
diff --git a/pkg/polymer/lib/polymer.html b/pkg/polymer/lib/polymer.html
index e0fd7759ccca479c711f9c80305bb35a8c2aa703..2fd1d4ac787b9a7215e1a851b08a91968f002241 100644
--- a/pkg/polymer/lib/polymer.html
+++ b/pkg/polymer/lib/polymer.html
@@ -4,23 +4,16 @@
license that can be found in the LICENSE file.
-->
-<script src="src/js/use_native_dartium_shadowdom.js"></script>
-
<!--
-These two files are from the Polymer project:
+This file is from the Polymer project:
https://github.com/Polymer/platform/ and https://github.com/Polymer/polymer/.
Jennifer Messerly 2014/06/13 21:07:47 we could remove platform?
Siggi Cherem (dart-lang) 2014/06/13 22:15:28 oops, done.
-You can replace platform.js and polymer.html with different versions if desired.
+You can replace polymer.html with a different version if desired.
-->
<!-- minified for deployment: -->
-<script src="../../packages/web_components/platform.js"></script>
<link rel="import" href="src/js/polymer/polymer.html">
<!-- unminfied for debugging:
-<script src="../../packages/web_components/platform.concat.js"></script>
<link rel="import" href="src/js/polymer/layout.html">
<script src="src/js/polymer/polymer.concat.js"></script>
-->
-
-<!-- Teach dart2js about Shadow DOM polyfill objects. -->
-<script src="../../packages/web_components/dart_support.js"></script>

Powered by Google App Engine
This is Rietveld 408576698