fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
getMetaAttributes
[fnpeditor.git]
/
src
/
wlxml
/
wlxml.js
diff --git
a/src/wlxml/wlxml.js
b/src/wlxml/wlxml.js
index
bdf7527
..
1995a8b
100644
(file)
--- a/
src/wlxml/wlxml.js
+++ b/
src/wlxml/wlxml.js
@@
-25,7
+25,7
@@
$.extend(WLXMLElementNode.prototype, smartxml.ElementNode.prototype, {
var toret = {};
this.getAttrs().forEach(function(attr) {
if(isMetaAttribute(attr.name))
-
meta
[attr.name.substr(5)] = attr.value;
+
toret
[attr.name.substr(5)] = attr.value;
});
return toret;
},