()
| 7223 | }); |
| 7224 | } |
| 7225 | function attrStringNS() { |
| 7226 | var a = this.getAttributeNS(name.space, name.local), i; |
| 7227 | return a !== b && (i = interpolate(a, b), function(t) { |
| 7228 | this.setAttributeNS(name.space, name.local, i(t)); |
| 7229 | }); |
| 7230 | } |
| 7231 | return b == null ? name.local ? attrNullNS : attrNull : (b += "", name.local ? attrStringNS : attrString); |
| 7232 | }); |
| 7233 | }; |
nothing calls this directly
no test coverage detected