blob: e7d801ff7ad8f459a5307641bb85bc1e7d0aa265 [file] [log] [blame]
// Copyright (c) 2012, 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.
// WARNING: Do not edit - generated code.
part of html;
$!COMMENT
abstract class $ID$EXTENDS {
factory $ID(String type, [bool canBubble = true, bool cancelable = true,
Object detail = null]) => _$(ID)FactoryProvider.create$ID(type, canBubble,
cancelable, detail);
$!MEMBERS}