NIHVIVO-1562 Sort properties and methods of template model objects in dump. This commit contains a regression: exposureLevel has been removed, so public methods that are hidden by the BeansWrapper are still included in the dump. Will be corrected in an upcoming commit.

This commit is contained in:
rjy7 2011-03-10 17:26:57 +00:00
parent daee356424
commit 36e5bc2574
5 changed files with 36 additions and 93 deletions

View file

@ -42,6 +42,7 @@
list-style: decimal inside none;
}
.var .var {
.dump .var .var,
.dump.datamodel .var .var {
margin-left: 1.5em;
}