From 0c0fb9c1451ce3ce3555d5fee1f7e6d4f217fb4a Mon Sep 17 00:00:00 2001 From: Gubolin Date: Sun, 14 Sep 2014 10:35:13 +0200 Subject: diff locally --- store.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'store.js') diff --git a/store.js b/store.js index 56ead6c..f8d46bf 100644 --- a/store.js +++ b/store.js @@ -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 + ''); + return xml + ''; }; XML_Serializer.prototype.add = function (object) { -- cgit v1.3.1