| Index: lib/src/utils.dart
|
| diff --git a/lib/src/utils.dart b/lib/src/utils.dart
|
| index e0ad090ca0a9807f3b71da7d6320ddb19f323b9a..32ca71a5183c7c67cd94702295b411b0f23d0229 100644
|
| --- a/lib/src/utils.dart
|
| +++ b/lib/src/utils.dart
|
| @@ -330,7 +330,7 @@ String resourceOutputPath(Uri resourceUri, Uri entryUri, String runtimeDir) {
|
| ///
|
| /// For example if we had the ClassDeclaration node for `FontElement`:
|
| ///
|
| -/// @JsName('HTMLFontElement')
|
| +/// @js.JS('HTMLFontElement')
|
| /// @deprecated
|
| /// class FontElement { ... }
|
| ///
|
|
|