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

Function guardIESVGBug

static/vuejs/vue.esm.js:8199–8209  ·  view source on GitHub ↗
(attrs)

Source from the content-addressed store, hash-verified

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

Callers 1

parseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected