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

Unified Diff: frog/lib/json.js

Issue 8604011: json bug fix (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 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 | « client/tests/client/client.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/lib/json.js
diff --git a/frog/lib/json.js b/frog/lib/json.js
index 839e6400a4c2827350fb16bc6d4167005eefa1c7..79d6240c67bcc6dfd6b81061abf2192f2336b463 100644
--- a/frog/lib/json.js
+++ b/frog/lib/json.js
@@ -23,6 +23,7 @@ function $convertJsToDart(obj) {
if (obj != null && typeof obj == 'object' && !(obj instanceof Array)) {
return $fixupJsObjectToDartMap(obj);
}
+ return obj;
}
// Converts the parsed JavaScript Object into a Dart Map.
« no previous file with comments | « client/tests/client/client.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698