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

Unified Diff: client/web/class.html

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 | « no previous file | client/web/minimap-class.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/web/class.html
diff --git a/client/web/class.html b/client/web/class.html
index 768efd75e5980bdc560588330733630983ee7944..392a4803c0cc4ed02a314643d850ad054f9618e9 100644
--- a/client/web/class.html
+++ b/client/web/class.html
@@ -27,13 +27,13 @@
<div class="accordion" id="accordion-grouping">
<dartdoc-category category="{{item.constructors}}"
methods="{{lazyConstructors}}"></dartdoc-category>
- <dartdoc-category category="{{item.functions}}"
+ <dartdoc-category category="{{item.instanceFunctions}}"
methods="{{lazyFunctions}}"></dartdoc-category>
<dartdoc-category category="{{item.operators}}"
methods="{{lazyOperators}}"></dartdoc-category>
<dartdoc-category category="{{item.staticFunctions}}"
methods="{{lazyStaticFunctions}}"></dartdoc-category>
- <dartdoc-category category="{{item.variables}}"
+ <dartdoc-category category="{{item.instanceVariables}}"
variables="{{lazyVariables}}"></dartdoc-category>
<dartdoc-category category="{{item.staticVariables}}"
variables="{{lazyStaticVariables}}"></dartdoc-category>
« no previous file with comments | « no previous file | client/web/minimap-class.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698