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

Unified Diff: samples/solar3d/web/sphere_model_data.dart

Issue 11783009: Big merge from experimental to bleeding edge. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 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 | « samples/solar3d/web/solar.dart ('k') | samples/spirodraw/Spirodraw.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/solar3d/web/sphere_model_data.dart
diff --git a/samples/solar3d/web/sphere_model_data.dart b/samples/solar3d/web/sphere_model_data.dart
index 4ba7778b24ab03080a81fcbf8df30b077bb2e578..dd6420247af925d98382f8f6f9be789fd8e03e40 100644
--- a/samples/solar3d/web/sphere_model_data.dart
+++ b/samples/solar3d/web/sphere_model_data.dart
@@ -4,7 +4,7 @@
part of solar3d;
-final Map _sphereData = JSON.parse(_sphereDataString);
+final Map _sphereData = json.parse(_sphereDataString);
final String _sphereDataString = '''
{
"header" : {
@@ -3906,4 +3906,4 @@ final String _sphereDataString = '''
]
}
]
-}''';
+}''';
« no previous file with comments | « samples/solar3d/web/solar.dart ('k') | samples/spirodraw/Spirodraw.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698