diff --git a/front/src/views/domElementButton.html b/front/src/views/domElementButton.html index 268f4cd..9b57ecb 100644 --- a/front/src/views/domElementButton.html +++ b/front/src/views/domElementButton.html @@ -1,8 +1,8 @@
- {{obj.type}} - DOM element {{obj.element}} - Fragment element {{obj.element}} - Created element {{obj.element}} + {{::obj.type}} + DOM element {{::obj.element}} + Fragment element {{::obj.element}} + Created element {{::obj.element}} Incorrect element
\ No newline at end of file diff --git a/front/src/views/jqueryContextButton.html b/front/src/views/jqueryContextButton.html index 0366081..7c334c0 100644 --- a/front/src/views/jqueryContextButton.html +++ b/front/src/views/jqueryContextButton.html @@ -2,8 +2,8 @@ Empty jQuery object - {{context.length}} elements + {{::context.length}} elements (, - and {{context.length - 2}} more...) + and {{::context.length - 2}} more...) \ No newline at end of file diff --git a/front/src/views/timeline.html b/front/src/views/timeline.html index 1be0978..bc9d157 100644 --- a/front/src/views/timeline.html +++ b/front/src/views/timeline.html @@ -79,20 +79,20 @@ showingDetails: node.showDetails, jsError: node.error, windowPerformance: node.windowPerformance - }" id="line_{{$index}}"> + }" id="line_{{::$index}}"> -
{{$index + 1}}
+
{{::$index + 1}}
- {{node.data.type}} + {{::node.data.type}}
- {{node.data.callDetails.arguments[0]}} + {{::node.data.callDetails.arguments[0]}} - {{node.data.callDetails.arguments[0]}} on + {{::node.data.callDetails.arguments[0]}} on appended to @@ -100,65 +100,58 @@ insert in before - - - - - - {{node.data.callDetails.arguments[0]}} bound to + {{::node.data.callDetails.arguments[0]}} bound to + - {{node.data.callDetails.arguments[0]}} + {{::node.data.callDetails.arguments[0]}} (function) - {{node.data.callDetails.arguments[0]}} + {{::node.data.callDetails.arguments[0]}} on - {{node.data.callDetails.arguments[0]}} + {{::node.data.callDetails.arguments[0]}} on - - - - set content "{{node.data.callDetails.arguments[0]}}" to + set content "{{::node.data.callDetails.arguments[0]}}" to get content from - append {{node.data.callDetails.arguments[0]}}, {{node.data.callDetails.arguments[1]}}, {{node.data.callDetails.arguments[2]}}, and more... to + append {{::node.data.callDetails.arguments[0]}}, {{::node.data.callDetails.arguments[1]}}, {{::node.data.callDetails.arguments[2]}}, and more... to - append to {{node.data.callDetails.arguments[0]}} + append to {{::node.data.callDetails.arguments[0]}} - prepend {{node.data.callDetails.arguments[0]}}, {{node.data.callDetails.arguments[1]}}, {{node.data.callDetails.arguments[2]}}, and more... to + prepend {{::node.data.callDetails.arguments[0]}}, {{::node.data.callDetails.arguments[1]}}, {{::node.data.callDetails.arguments[2]}}, and more... to - prepend to {{node.data.callDetails.arguments[0]}} + prepend to {{::node.data.callDetails.arguments[0]}} - insert {{node.data.callDetails.arguments[0]}}, {{node.data.callDetails.arguments[1]}}, {{node.data.callDetails.arguments[2]}}, and more... before + insert {{::node.data.callDetails.arguments[0]}}, {{::node.data.callDetails.arguments[1]}}, {{::node.data.callDetails.arguments[2]}}, and more... before - insert before {{node.data.callDetails.arguments[0]}} + insert before {{::node.data.callDetails.arguments[0]}} - insert {{node.data.callDetails.arguments[0]}}, {{node.data.callDetails.arguments[1]}}, {{node.data.callDetails.arguments[2]}}, and more... after + insert {{::node.data.callDetails.arguments[0]}}, {{::node.data.callDetails.arguments[1]}}, {{::node.data.callDetails.arguments[2]}}, and more... after - insert after {{node.data.callDetails.arguments[0]}} + insert after {{::node.data.callDetails.arguments[0]}} - remove filtered by {{node.data.callDetails.arguments[0]}} + remove filtered by {{::node.data.callDetails.arguments[0]}} - detach filtered by {{node.data.callDetails.arguments[0]}} + detach filtered by {{::node.data.callDetails.arguments[0]}} empty @@ -167,34 +160,34 @@ clone - replace with {{node.data.callDetails.arguments[0]}} + replace with {{::node.data.callDetails.arguments[0]}} - replace {{node.data.callDetails.arguments[0]}} with + replace {{::node.data.callDetails.arguments[0]}} with - set text "{{node.data.callDetails.arguments[0]}}" to + set text "{{::node.data.callDetails.arguments[0]}}" to get text from - wrap with {{node.data.callDetails.arguments[0]}} + wrap with {{::node.data.callDetails.arguments[0]}} - wrap the content of with {{node.data.callDetails.arguments[0]}} + wrap the content of with {{::node.data.callDetails.arguments[0]}} unwrap - set {{node.data.callDetails.arguments[0]}} to + set {{::node.data.callDetails.arguments[0]}} to - get {{node.data.callDetails.arguments[0]}} from - set {{node.data.callDetails.arguments[0]}} : {{node.data.callDetails.arguments[1]}} to + get {{::node.data.callDetails.arguments[0]}} from + set {{::node.data.callDetails.arguments[0]}} : {{::node.data.callDetails.arguments[1]}} to get from - set {{node.data.callDetails.arguments[0]}} to + set {{::node.data.callDetails.arguments[0]}} to get from @@ -208,47 +201,47 @@ to hidden - bind {{node.data.callDetails.arguments[0]}} on 's children filtered by {{node.data.callDetails.arguments[1]}} + bind {{::node.data.callDetails.arguments[0]}} on 's children filtered by {{::node.data.callDetails.arguments[1]}} - unbind {{node.data.callDetails.arguments[0]}} from 's children filtered by {{node.data.callDetails.arguments[1]}} + unbind {{::node.data.callDetails.arguments[0]}} from 's children filtered by {{::node.data.callDetails.arguments[1]}} unbind all events - bind {{node.data.callDetails.arguments[0]}} on + bind {{::node.data.callDetails.arguments[0]}} on - unbind {{node.data.callDetails.arguments[0]}} from + unbind {{::node.data.callDetails.arguments[0]}} from unbind all events - bind {{node.data.callDetails.arguments[1]}} on 's children filtered by {{node.data.callDetails.arguments[0]}} + bind {{::node.data.callDetails.arguments[1]}} on 's children filtered by {{::node.data.callDetails.arguments[0]}} - unbind {{node.data.callDetails.arguments[1]}} from 's children filtered by {{node.data.callDetails.arguments[0]}} + unbind {{::node.data.callDetails.arguments[1]}} from 's children filtered by {{::node.data.callDetails.arguments[0]}} - unbind namespace {{node.data.callDetails.arguments[0]}} + unbind namespace {{::node.data.callDetails.arguments[0]}} unbind all events - bind {{node.data.callDetails.arguments[0]}} on + bind {{::node.data.callDetails.arguments[0]}} on - unbind {{node.data.callDetails.arguments[0]}} from + unbind {{::node.data.callDetails.arguments[0]}} from unbind all events @@ -258,66 +251,66 @@ bind on - remove {{node.data.callDetails.arguments[0]}} from + remove {{::node.data.callDetails.arguments[0]}} from - set value {{node.data.callDetails.arguments[0]}} to + set value {{::node.data.callDetails.arguments[0]}} to get value from - {{node.data.callDetails.arguments[0]}} on + {{::node.data.callDetails.arguments[0]}} on magic no-argument toggleClass - toggle {{node.data.callDetails.arguments[0]}} + toggle {{::node.data.callDetails.arguments[0]}} on - to {{node.data.callDetails.arguments[1]}} + to {{::node.data.callDetails.arguments[1]}} of - filtered by {{node.data.callDetails.arguments[0]}} + filtered by {{::node.data.callDetails.arguments[0]}} - closest {{node.data.callDetails.arguments[0]}} from - in context {{node.data.callDetails.arguments[1]}} + closest {{::node.data.callDetails.arguments[0]}} from + in context {{::node.data.callDetails.arguments[1]}} after - matching {{node.data.callDetails.arguments[0]}} + matching {{::node.data.callDetails.arguments[0]}} after - until {{node.data.callDetails.arguments[0]}} - and matching {{node.data.callDetails.arguments[1]}} + until {{::node.data.callDetails.arguments[0]}} + and matching {{::node.data.callDetails.arguments[1]}} of before - matching {{node.data.callDetails.arguments[0]}} + matching {{::node.data.callDetails.arguments[0]}} before - until {{node.data.callDetails.arguments[0]}} - and matching {{node.data.callDetails.arguments[1]}} + until {{::node.data.callDetails.arguments[0]}} + and matching {{::node.data.callDetails.arguments[1]}} of - matching {{node.data.callDetails.arguments[0]}} + matching {{::node.data.callDetails.arguments[0]}} of - until {{node.data.callDetails.arguments[0]}} - and matching {{node.data.callDetails.arguments[1]}} + until {{::node.data.callDetails.arguments[0]}} + and matching {{::node.data.callDetails.arguments[1]}} near - matching {{node.data.callDetails.arguments[0]}} + matching {{::node.data.callDetails.arguments[0]}}
@@ -334,18 +327,9 @@

Useless function call, as the jQuery object is empty.

-
-

Called on 1 jQuery element

-
{{node.data.callDetails.context.firstElementPath}}
-
- -
-

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 preferable if available (from v1.7). -

-

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

-
+

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

The query returned 0 results. Could it be unused or dead code? @@ -368,7 +352,7 @@ -

{{node.data.timestamp | number: 0}} ms
+
{{::node.data.timestamp | number: 0}} ms