Skip to content
Snippets Groups Projects
Commit edd96d39 authored by svornost's avatar svornost
Browse files

DOM concatenation utilities cleanup:

1. Extend `App.UI.DOM.generateLinksStrip` to accept strings as well as links.
2. Change calls of `App.UI.DOM.arrayToList` which added text-node pipes between links to use `App.UI.DOM.generateLinksStrip` instead, so they'll all pick up link strip styling should we decide to change it.
3. Move `App.UI.DOM.arrayToList` to use a similar fast Iterator-driven implementation to `toSentence`, and rename it `App.UI.DOM.toSentence`, since it really does the same thing, just with DOM nodes instead of strings.
4. Make Starting Girls use `App.UI.DOM.toSentence` instead of building the DOM committed slave list by hand.
parent 6df44e7a
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment