removes strange parse feed method, what the heck is this? it isn't used so its removed

This commit is contained in:
Shannon
2015-10-15 19:17:47 +02:00
parent 22b8d41aee
commit c2627f3a2a

View File

@@ -372,9 +372,6 @@ function xmlhelper($http) {
fromJson: function (json) {
var xml = x2js.json2xml_str(json);
return xml;
},
parseFeed: function (url) {
return $http.jsonp('//ajax.googleapis.com/ajax/services/feed/load?v=1.0&num=50&callback=JSON_CALLBACK&q=' + encodeURIComponent(url));
}
};
}