Index: lib/src/common/js_proxy.dart |
diff --git a/lib/src/common/js_proxy.dart b/lib/src/common/js_proxy.dart |
index 1bb5f44463bca2a039ccee4939d5ade7d8349340..0f9a12b7221c34dffde531dc6172551217dee3aa 100644 |
--- a/lib/src/common/js_proxy.dart |
+++ b/lib/src/common/js_proxy.dart |
@@ -62,7 +62,6 @@ class JsProxyReflectable extends Reflectable { |
superclassQuantifyCapability, |
const StaticInvokeCapability('hostAttributes')); |
} |
- |
const jsProxyReflectable = const JsProxyReflectable(); |
final JsObject _polymerDart = context['Polymer']['Dart']; |