1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-01-17 14:28:24 +01:00

Added stub Tomahawk.Collection.revision() function in tomahawk.js

This commit is contained in:
Enno Gottschalk 2015-12-11 03:19:35 +01:00
parent e8d73fe0cc
commit 5a34bae757

View File

@ -1609,6 +1609,9 @@ Tomahawk.Collection = {
});
},
revision: function (params) {
},
_fuzzyIndexIdsToTracks: function (resultIds, id) {
if (typeof id === 'undefined') {
id = this.settings.id;