style: reformat all source code by prettier
This commit is contained in:
@@ -85,11 +85,11 @@ function parseTag(html, onTag, escapeHtml) {
|
||||
tagStart = false;
|
||||
continue;
|
||||
}
|
||||
if ((c === '"' || c === "'")) {
|
||||
if (c === '"' || c === "'") {
|
||||
var i = 1;
|
||||
var ic = html.charAt(currentPos - i);
|
||||
|
||||
while ((ic.trim() === "") || (ic === "=")) {
|
||||
while (ic.trim() === "" || ic === "=") {
|
||||
if (ic === "=") {
|
||||
quoteStart = c;
|
||||
continue chariterator;
|
||||
|
||||
Reference in New Issue
Block a user