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

Function guardIESVGBug

static/vuejs/vue.common.js:8201–8211  ·  view source on GitHub ↗
(attrs)

Source from the content-addressed store, hash-verified

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

Callers 1

parseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected