Renamed the trace feature to debugLog[s]
"trace" was ambiguous and could easily be understood to have something to do with stack traces.
This commit is contained in:
@@ -288,16 +288,16 @@ body {
|
||||
margin-left: 14px;
|
||||
padding: 5px;
|
||||
}
|
||||
.jasmine_html-reporter .jasmine-trace {
|
||||
.jasmine_html-reporter .jasmine-debug-log {
|
||||
margin: 5px 0 0 0;
|
||||
padding: 5px;
|
||||
color: #666;
|
||||
border: 1px solid #ddd;
|
||||
background: white;
|
||||
}
|
||||
.jasmine_html-reporter .jasmine-trace table {
|
||||
.jasmine_html-reporter .jasmine-debug-log table {
|
||||
border-spacing: 0;
|
||||
}
|
||||
.jasmine_html-reporter .jasmine-trace table, .jasmine_html-reporter .jasmine-trace th, .jasmine_html-reporter .jasmine-trace td {
|
||||
.jasmine_html-reporter .jasmine-debug-log table, .jasmine_html-reporter .jasmine-debug-log th, .jasmine_html-reporter .jasmine-debug-log td {
|
||||
border: 1px solid #ddd;
|
||||
}
|
||||
Reference in New Issue
Block a user