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

Unified Diff: samples/playground/playground.dart

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/isolate_html/isolate_sample.dart ('k') | samples/playground/playground.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/playground/playground.dart
diff --git a/samples/playground/playground.dart b/samples/playground/playground.dart
index 71adb3760e1f7cfad4df8dd74db70b8cdad8a97e..49f4b4813eba2ac76e0be17f4bf184860996fe27 100644
--- a/samples/playground/playground.dart
+++ b/samples/playground/playground.dart
@@ -11,7 +11,7 @@ void run() {
// Clear previous output.
final output = document.query('#output');
- output.innerHTML = '';
+ output.innerHtml = '';
// Run user script in new iframe.
final iframe = new IFrameElement();
« no previous file with comments | « samples/isolate_html/isolate_sample.dart ('k') | samples/playground/playground.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698