| Index: lib/compiler/implementation/apiimpl.dart
|
| diff --git a/lib/compiler/implementation/apiimpl.dart b/lib/compiler/implementation/apiimpl.dart
|
| index 73a2ab718ac82568a2e2cbad373af6624bf0fd2b..1fe734606dbeae8b0b307e523d50b008238abad9 100644
|
| --- a/lib/compiler/implementation/apiimpl.dart
|
| +++ b/lib/compiler/implementation/apiimpl.dart
|
| @@ -29,7 +29,7 @@ class Compiler extends leg.Compiler {
|
| tracer: new ssa.HTracer(),
|
| enableTypeAssertions: options.indexOf('--enable-checked-mode') != -1,
|
| enableUserAssertions: options.indexOf('--enable-checked-mode') != -1,
|
| - emitJavascript: options.indexOf('--output-type=dart') == -1,
|
| + emitJavaScript: options.indexOf('--output-type=dart') == -1,
|
| validateUnparse: options.indexOf('--unparse-validation') !== -1);
|
|
|
| elements.LibraryElement scanBuiltinLibrary(String path) {
|
|
|