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

Unified Diff: client/dart.js

Issue 10696092: Initial tests for JS interop (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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
« no previous file with comments | « no previous file | tests/html/html.status » ('j') | tests/html/html.status » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dart.js
diff --git a/client/dart.js b/client/dart.js
index a21644065ff6e26778c9b66836e11a280f19594b..6583bc7021956d2da71ffe5f9818502c6c24df29 100644
--- a/client/dart.js
+++ b/client/dart.js
@@ -33,3 +33,5 @@ if (navigator.webkitStartDart) {
}
}, false);
}
+
+window._$dart$initialized = true;
kasperl 2012/07/04 05:13:00 Let's add a comment here that explains what the pu
vsm 2012/07/04 07:43:09 Removed. I'd been using it to verify this script
« no previous file with comments | « no previous file | tests/html/html.status » ('j') | tests/html/html.status » ('J')

Powered by Google App Engine
This is Rietveld 408576698