| Index: lib/html/templates/html/interface/interface_HttpRequest.darttemplate
|
| diff --git a/lib/html/templates/html/interface/interface_HttpRequest.darttemplate b/lib/html/templates/html/interface/interface_HttpRequest.darttemplate
|
| index c705976a112624781b851b9ff7e101c61cdcb2c0..faea09e35762e36c09a7fae0a71f761528fd54a0 100644
|
| --- a/lib/html/templates/html/interface/interface_HttpRequest.darttemplate
|
| +++ b/lib/html/templates/html/interface/interface_HttpRequest.darttemplate
|
| @@ -4,6 +4,8 @@
|
|
|
| // WARNING: Do not edit - generated code.
|
|
|
| +part of html;
|
| +
|
| $!COMMENT
|
| abstract class $ID$EXTENDS {
|
| factory $ID.get(String url, onSuccess($ID request)) =>
|
|
|