File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 55
55
newValues: newValues
56
56
};*/
57
57
// send event
58
+ // xxxHonza: the event is sent twice from some reason (removeData is called automatically?).
58
59
if ( elem instanceof HTMLElement ) {
59
60
var event = new CustomEvent ( "firequery-event" /*, { "detail": detail }*/ ) ;
60
61
elem . dispatchEvent ( event ) ;
Original file line number Diff line number Diff line change @@ -24,12 +24,13 @@ const { getJQuerifyCode } = require("./jquerify-code");
24
24
/**
25
25
* @overlay This object represents an overlay for the existing
26
26
* Console panel. It's responsible for Console customization.
27
- * The overlay follows the life cycle of the pane. It's created when
28
- * the panel is created (which happens when the panel is selected
29
- * by the user for the first time) and it's destroyed when the
30
- * Toolbox is destroyed.
31
27
*
32
- * FireQuery is appending a new 'jQuerify' toolbar button
28
+ * The overlay follows the life cycle of the panel. It's created when
29
+ * the Console panel is selected by the user for the first time and is
30
+ * destroyed when the Toolbox is destroyed.
31
+ *
32
+ * This overlay is responsible for:
33
+ * 1) appending a new 'jQuerify' toolbar button
33
34
*/
34
35
const ConsoleOverlay = Class (
35
36
/** @lends ConsoleOverlay */
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ const XHTML_NS = "http://www.w3.org/1999/xhtml";
31
31
32
32
/**
33
33
* This object implements a tooltip used in the MarkupView that
34
- * displays jQuery data (JSON) as an expandable tree.
34
+ * displays jQuery data as an expandable tree.
35
35
* Content of the tooltip is rendered using an iframe. Content
36
36
* of the iframe is implemented by markup-tooltip.html
37
37
*/
You can’t perform that action at this time.
0 commit comments