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

Unified Diff: tests/html/json_helper.dart

Issue 1410403003: Switch Js to JS (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 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 | « tests/html/js_typed_interop_test.dart ('k') | tests/html/mirrors_js_typed_interop_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/json_helper.dart
diff --git a/tests/html/json_helper.dart b/tests/html/json_helper.dart
index 15f92c0e61499b2b4316e24228783114d1d66c6b..7d037ae2ec820ea61b98cf4c23466cccffbbe25e 100644
--- a/tests/html/json_helper.dart
+++ b/tests/html/json_helper.dart
@@ -2,7 +2,7 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-@Js("JSON")
+@JS("JSON")
library json_helper;
import 'package:js/js.dart';
« no previous file with comments | « tests/html/js_typed_interop_test.dart ('k') | tests/html/mirrors_js_typed_interop_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698