| Index: sdk/lib/html/templates/html/impl/impl_EventTarget.darttemplate
|
| diff --git a/sdk/lib/html/templates/html/impl/impl_EventTarget.darttemplate b/sdk/lib/html/templates/html/impl/impl_EventTarget.darttemplate
|
| index cc89779fe842d1839b33528f1e0b16a76520d297..da4a6c22cce69e0f5f34f2ea1c6f0c8f4fe3c845 100644
|
| --- a/sdk/lib/html/templates/html/impl/impl_EventTarget.darttemplate
|
| +++ b/sdk/lib/html/templates/html/impl/impl_EventTarget.darttemplate
|
| @@ -2,6 +2,8 @@
|
| // 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 html;
|
| +
|
| class Events {
|
| /* Raw event target. */
|
| final EventTarget _ptr;
|
|
|