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

Unified Diff: samples/playground/playground.html

Issue 11418075: Dartifying members. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixing menuelement.compact exclusion. Created 8 years, 1 month 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 | « samples/playground/playground.dart ('k') | samples/swarm/SwarmViews.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/playground/playground.html
diff --git a/samples/playground/playground.html b/samples/playground/playground.html
index fd4219e4fc1c7c24eba5a5f6049dc57e2f273d3d..dc46017f4a83f1b9530ae5181336f85b617c3307 100644
--- a/samples/playground/playground.html
+++ b/samples/playground/playground.html
@@ -42,7 +42,7 @@ void main() {
if (window.navigator.webkitStartDart) {
window.navigator.webkitStartDart();
} else {
- document.body.innerHTML = 'To run this sample, please download Dartium at <a href="http://www.dartlang.org/dartium/">http://www.dartlang.org/dartium</a>.';
+ document.body.innerHtml = 'To run this sample, please download Dartium at <a href="http://www.dartlang.org/dartium/">http://www.dartlang.org/dartium</a>.';
}
</script>
</body>
« no previous file with comments | « samples/playground/playground.dart ('k') | samples/swarm/SwarmViews.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698