Files
sdk/tools/dom/templates/html/impl/impl_AbstractWorker.darttemplate
T
blois@google.com b76d72ca96 Fixing analyzer issue on AbstractWorker
Just removing the event, as it's in an odd state of not being an event target.

TBR
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@25958 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-09 01:32:44 +00:00

10 lines
367 B
Plaintext

// 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.
part of $LIBRARYNAME;
@DocsEditable()
$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$MIXINS implements EventTarget$NATIVESPEC {
$!MEMBERS}