diff --git a/app/views/results.html b/app/views/results.html index 497fc5e..18a4cdc 100644 --- a/app/views/results.html +++ b/app/views/results.html @@ -70,7 +70,11 @@
- +
@@ -84,14 +88,22 @@
{{node.data.callDetails.context.firstElementPath}}
-

Backtrace

-
-
-
{{trace.fnName || '(anonymous)'}}
- -
-
-
can't find any backtrace :/
+
+

Called on {{node.data.callDetails.context.length}} jQuery elements

+

The .bind() method attaches the event listener to each jQuery element one by one. Using the .on() method is preferred if available (from v1.7).

+

First one is: {{node.data.callDetails.context.firstElementPath}}

+
+ +
+

Backtrace

+
+
+
{{trace.fnName || '(anonymous)'}}
+ +
+
+
can't find any backtrace :/
+
@@ -107,7 +119,12 @@
{{$index}}
{{node.data.type}}
-
{{node.data.callDetails.arguments[0]}}
+
+ {{node.data.callDetails.arguments[0]}} + : {{node.data.callDetails.arguments[1]}} + : {{node.data.callDetails.arguments[2]}} + : {{node.data.callDetails.arguments[3]}} +
{{node.data.time}} ms