blob: a182511bb93990185d4cd6bb7c896238e3e7b134 [file] [log] [blame]
// Copyright (c) 2015, 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 view_footer_element;
import 'package:polymer/polymer.dart';
import 'observatory_element.dart';
@CustomTag('view-footer')
class ViewFooterElement extends ObservatoryElement {
ViewFooterElement.created() : super.created();
}