mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
fix SVG attributes for real
This commit is contained in:
@@ -282,7 +282,8 @@ var parseAttrs = function (attrs) {
|
||||
var outValue = (outParts.length === 0 ? '' :
|
||||
(outParts.length === 1 ? outParts[0] :
|
||||
outParts));
|
||||
result[k] = outValue;
|
||||
var properKey = HTML.properCaseAttributeName(k);
|
||||
result[properKey] = outValue;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user