pull/5608/head
Conduitry 5 years ago
parent 4ad5d42624
commit fd437f7ee5

@ -367,4 +367,4 @@ export function attribute_to_object(attributes) {
result[attribute.name] = attribute.value; result[attribute.name] = attribute.value;
} }
return result; return result;
} }

@ -51,4 +51,4 @@ function normalizeHtml(window, html) {
} catch (err) { } catch (err) {
throw new Error(`Failed to normalize HTML:\n${html}`); throw new Error(`Failed to normalize HTML:\n${html}`);
} }
} }

Loading…
Cancel
Save