| Index: lib/compiler/implementation/lib/js_helper.dart
|
| diff --git a/lib/compiler/implementation/lib/js_helper.dart b/lib/compiler/implementation/lib/js_helper.dart
|
| index d50b3299e34a2ae5b39ef2345624d287ed607a7c..3328a759a9bab04aaac5fc799c09d2e1479efc74 100644
|
| --- a/lib/compiler/implementation/lib/js_helper.dart
|
| +++ b/lib/compiler/implementation/lib/js_helper.dart
|
| @@ -425,7 +425,7 @@ class Primitives {
|
| return result;
|
| }
|
|
|
| - /** [: @"$".charCodeAt(0) :] */
|
| + /** [: r"$".charCodeAt(0) :] */
|
| static const int DOLLAR_CHAR_VALUE = 36;
|
|
|
| static String objectTypeName(Object object) {
|
|
|