diff options
| author | Gubolin <gubolin@fantasymail.de> | 2014-09-14 10:35:13 +0200 |
|---|---|---|
| committer | Gubolin <gubolin@fantasymail.de> | 2014-09-14 10:35:13 +0200 |
| commit | 0c0fb9c1451ce3ce3555d5fee1f7e6d4f217fb4a (patch) | |
| tree | 90e14af7c59d70a581c70d541a350204862e0380 /store.js | |
| parent | f4c608fac563745ca2915d7a6373500696e5f214 (diff) | |
| download | snap-0c0fb9c1451ce3ce3555d5fee1f7e6d4f217fb4a.tar.gz snap-0c0fb9c1451ce3ce3555d5fee1f7e6d4f217fb4a.zip | |
diff locally
Diffstat (limited to 'store.js')
| -rw-r--r-- | store.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -97,7 +97,7 @@ XML_Serializer.prototype.serialize = function (object) { this.flushMedia(); xml = this.store(object); this.flush(); - return vkbeautify.xml(xml); + return xml; }; XML_Serializer.prototype.store = function (object, mediaID) { @@ -135,7 +135,7 @@ XML_Serializer.prototype.mediaXML = function () { ); xml = xml + str; }); - return vkbeautify.xml(xml + '</media>'); + return xml + '</media>'; }; XML_Serializer.prototype.add = function (object) { |
