Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(199)

Unified Diff: client/web/search.dart

Issue 115233006: Classes are showing statics as instance fields/methods (Closed) Base URL: https://github.com/dart-lang/dartdoc-viewer.git@master
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/web/minimap-class.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/web/search.dart
diff --git a/client/web/search.dart b/client/web/search.dart
index 4e02e5662cf7e8ad487d7b369f3b4e9aae80fe53..3a752cb266fdfb56969fc5f8af0232443d1a053f 100644
--- a/client/web/search.dart
+++ b/client/web/search.dart
@@ -17,7 +17,7 @@ import 'package:polymer/polymer.dart';
*/
@CustomTag("search-box")
class Search extends PolymerElement {
- @published String searchQuery;
+ @published String searchQuery = '';
@observable bool isFocused = false;
@observable ObservableList<SearchResult> results = toObservable([]);
« no previous file with comments | « client/web/minimap-class.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698