Index: pkg/js/lib/js.dart |
diff --git a/pkg/js/lib/js.dart b/pkg/js/lib/js.dart |
index 17b1ded20fe6c3cf7890b21f642afb89befe0b89..d766a09dc3fe37ccd484598626ee144462d8e329 100644 |
--- a/pkg/js/lib/js.dart |
+++ b/pkg/js/lib/js.dart |
@@ -5,7 +5,7 @@ |
/// Allows interoperability with Javascript APIs. |
library js; |
-export 'dart:js' show allowInterop, allowInteropCaptureThis; |
+export 'dart:js' show allowInterop, allowInteropCaptureThis, JSNative; |
/// A metadata annotation that indicates that a Library, Class, or member is |
/// implemented directly in JavaScript. All external members of a class or |