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

Unified Diff: samples/playground/playground.dart

Issue 11418075: Dartifying members. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
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();

Powered by Google App Engine
This is Rietveld 408576698