Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Applications
torbutton
Commits
a3447ddb
Unverified
Commit
a3447ddb
authored
May 22, 2018
by
Georg Koppen
Browse files
Fix two typos
parent
26d4ce95
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/chrome/content/tor-circuit-display.js
View file @
a3447ddb
...
...
@@ -282,13 +282,13 @@ let xmlTree = function xmlTree (ns, data) {
// __htmlTree(data)__.
// Takes a data structure representing html elements like
// [tag, { attr-key: attr-value }, ...html-children]
// and return nested html element objects.
// and return
s
nested html element objects.
let
htmlTree
=
data
=>
xmlTree
(
"
http://www.w3.org/1999/xhtml
"
,
data
);
// __appendHtml(parent, data)__.
// Takes a data structure representing html elements like
// [tag, { attr-key: attr-value }, ...html-children]
// and append nested html element objects to the parent element.
// and append
s
nested html element objects to the parent element.
let
appendHtml
=
(
parent
,
data
)
=>
parent
.
appendChild
(
htmlTree
(
data
));
// __circuitCircuitData()__.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment