| Index: client/dom/templates/dom/wrapping/wrapping_dom.darttemplate
|
| diff --git a/client/dom/templates/dom/wrapping/wrapping_dom.darttemplate b/client/dom/templates/dom/wrapping/wrapping_dom.darttemplate
|
| index 87a56260f9a0b7ea428879636b49a57506c27903..e9776ac977ce0e3f69ddaa28c41bfbb08eb13798 100644
|
| --- a/client/dom/templates/dom/wrapping/wrapping_dom.darttemplate
|
| +++ b/client/dom/templates/dom/wrapping/wrapping_dom.darttemplate
|
| @@ -7,18 +7,18 @@
|
|
|
| #library("dom");
|
| $!GENERATED_DART_FILES
|
| -#source('src/DOMType.dart');
|
| -#source('src/DOMWrapperBase.dart');
|
| -#source('src/EventListener.dart');
|
| -#source('src/KeyLocation.dart');
|
| -#source('src/KeyName.dart');
|
| -#source('src/ReadyState.dart');
|
| -#source('src/TimeoutHandler.dart');
|
| -#source('src/_Collections.dart');
|
| -#source('src/_ListIterators.dart');
|
| -#source('src/_Lists.dart');
|
| -#source('src/wrapping_FactoryProviders.dart');
|
| -#source('src/wrapping_GlobalProperties.dart');
|
| +#source('../src/DOMType.dart');
|
| +#source('../src/DOMWrapperBase.dart');
|
| +#source('../src/EventListener.dart');
|
| +#source('../src/KeyLocation.dart');
|
| +#source('../src/KeyName.dart');
|
| +#source('../src/ReadyState.dart');
|
| +#source('../src/TimeoutHandler.dart');
|
| +#source('../src/_Collections.dart');
|
| +#source('../src/_ListIterators.dart');
|
| +#source('../src/_Lists.dart');
|
| +#source('../src/wrapping_FactoryProviders.dart');
|
| +#source('../src/wrapping_GlobalProperties.dart');
|
|
|
| -#native('generated/wrapping_dom.js');
|
| -#native('generated/wrapping_dom_externs.js');
|
| +#native('wrapping_dom.js');
|
| +#native('wrapping_dom_externs.js');
|
|
|