Skip to content

Commit a5b0e4e

Browse files
committed
magic-property class
1 parent 1e808e3 commit a5b0e4e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/js/DumpObject.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,9 @@ var logDumper = (function($, module){
208208
if (info.visibility != "debug") {
209209
$dd.addClass(info.visibility);
210210
}
211+
if (info.isMagic) {
212+
$dd.addClass('magic-property');
213+
}
211214
if (viaDebugInfo) {
212215
$dd.addClass("debug-value");
213216
}

0 commit comments

Comments
 (0)