MCPcopy Create free account
hub / github.com/TruthHun/BookStack / guardIESVGBug

Function guardIESVGBug

static/vuejs/vue.js:8195–8205  ·  view source on GitHub ↗
(attrs)

Source from the content-addressed store, hash-verified

8193
8194/* istanbul ignore next */
8195function guardIESVGBug (attrs) {
8196 var res = [];
8197 for (var i = 0; i < attrs.length; i++) {
8198 var attr = attrs[i];
8199 if (!ieNSBug.test(attr.name)) {
8200 attr.name = attr.name.replace(ieNSPrefix, '');
8201 res.push(attr);
8202 }
8203 }
8204 return res
8205}
8206
8207function checkForAliasModel (el, value) {
8208 var _el = el;

Callers 1

parseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected