| Index: tools/dom/templates/html/dart2js/impl_Navigator.darttemplate
|
| diff --git a/tools/dom/templates/html/dart2js/impl_Navigator.darttemplate b/tools/dom/templates/html/dart2js/impl_Navigator.darttemplate
|
| index 60eccea4142ffbba31fd41f9b329b3d4033da06d..559548535fe7d6d581791aa42d087f97643884f7 100644
|
| --- a/tools/dom/templates/html/dart2js/impl_Navigator.darttemplate
|
| +++ b/tools/dom/templates/html/dart2js/impl_Navigator.darttemplate
|
| @@ -6,7 +6,6 @@ part of $LIBRARYNAME;
|
| $ANNOTATIONS
|
| class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
|
|
| - /// @docsEditable true
|
| @DomName('Navigator.language')
|
| String get language => JS('String', '#.language || #.userLanguage', this,
|
| this);
|
|
|