Files
sdk/pkg/polymer/lib/polymer_element.dart
T
kevmoo@google.com 7c32d14282 Cleanup for pkg/observe and pkg/polymer
Remove unused imports, fixed usage of deprecated members

R=sigmund@google.com

Review URL: https://codereview.chromium.org//201483002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33770 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-17 20:23:51 +00:00

8 lines
294 B
Dart

// Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
// 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.
library polymer.polymer_element;
export 'polymer.dart' show PolymerElement;