| Index: pkg/dartdoc/lib/src/client/search.dart
|
| diff --git a/pkg/dartdoc/lib/src/client/search.dart b/pkg/dartdoc/lib/src/client/search.dart
|
| index d9b0da1f617f522411b7144c985e501310f941c0..22d283d6f318e60de1392ca058ad74ae9e3ae0c6 100644
|
| --- a/pkg/dartdoc/lib/src/client/search.dart
|
| +++ b/pkg/dartdoc/lib/src/client/search.dart
|
| @@ -2,6 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +part of client_live_nav;
|
| +
|
| /**
|
| * [SearchText] represent the search field text. The text is viewed in three
|
| * ways: [text] holds the original search text, used for performing
|
|
|