| Index: sdk/lib/html/templates/html/impl/impl_Point.darttemplate
|
| diff --git a/sdk/lib/html/templates/html/impl/impl_Point.darttemplate b/sdk/lib/html/templates/html/impl/impl_Point.darttemplate
|
| index cc3451e4d60b67e6abdcfc0578792f18f373b48d..1ce945543a8a92a32b253519bf13877e3955a1b1 100644
|
| --- a/sdk/lib/html/templates/html/impl/impl_Point.darttemplate
|
| +++ b/sdk/lib/html/templates/html/impl/impl_Point.darttemplate
|
| @@ -4,6 +4,8 @@
|
|
|
| // WARNING: Do not edit - generated code.
|
|
|
| +part of html;
|
| +
|
| class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| factory $CLASSNAME(num x, num y) => _$(CLASSNAME)FactoryProvider.create$CLASSNAME(x, y);
|
| $!MEMBERS
|
|
|