Index: tracing/tracing/base/base.html |
diff --git a/tracing/tracing/base/base.html b/tracing/tracing/base/base.html |
index a45e51eed8ff6bb94a07feae9c6b8acc945b7aac..829423f3479c0e9005b254092bb955fce9b88b34 100644 |
--- a/tracing/tracing/base/base.html |
+++ b/tracing/tracing/base/base.html |
@@ -178,15 +178,15 @@ this.tr = (function() { |
} |
return { |
- initialize: initialize, |
+ initialize, |
- exportTo: exportTo, |
- isExported: isExported, |
- isDefined: isDefined, |
+ exportTo, |
+ isExported, |
+ isDefined, |
- showPanic: showPanic, |
- hasPanic: hasPanic, |
- getPanicText: getPanicText |
+ showPanic, |
+ hasPanic, |
+ getPanicText, |
}; |
})(); |