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

Unified Diff: src/site/docs/tutorials/indexeddb/examples/count_down/web/packages/browser/dart.js

Issue 275613002: Update polymer tutorial; make directory paths match new sample structure (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: probably nothing (oh app engine you joker) Created 6 years, 7 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: src/site/docs/tutorials/indexeddb/examples/count_down/web/packages/browser/dart.js
diff --git a/src/site/docs/synonyms/assets/dart.js b/src/site/docs/tutorials/indexeddb/examples/count_down/web/packages/browser/dart.js
similarity index 93%
copy from src/site/docs/synonyms/assets/dart.js
copy to src/site/docs/tutorials/indexeddb/examples/count_down/web/packages/browser/dart.js
index 0fd6217d2e252bfaae02836c34fbf7a17338d12c..f8d686e1ab832e4534b442a34a86ecbaf44f17d6 100644
--- a/src/site/docs/synonyms/assets/dart.js
+++ b/src/site/docs/tutorials/indexeddb/examples/count_down/web/packages/browser/dart.js
@@ -11,10 +11,7 @@ if (navigator.userAgent.indexOf('(Dart)') === -1) {
// Fall back to compiled JS. Run through all the scripts and
// replace them if they have a type that indicate that they source
- // in Dart code.
- //
- // <script type="application/dart" src="..."></script>
- //
+ // in Dart code (type="application/dart").
var scripts = document.getElementsByTagName("script");
var length = scripts.length;
for (var i = 0; i < length; ++i) {

Powered by Google App Engine
This is Rietveld 408576698