1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 14:16:32 +02:00

Small JS fixes

This commit is contained in:
Dominik Schmidt
2015-12-15 01:10:12 +01:00
parent 5395908cbe
commit 5a45bd0882
3 changed files with 5 additions and 5 deletions

View File

@@ -237,7 +237,7 @@ var TomahawkResolver = {
collection: function () {
return {};
},
_testConfig: function (config) {
_adapter_testConfig: function (config) {
return RSVP.Promise.resolve(this.testConfig(config)).then(function () {
return {result: Tomahawk.ConfigTestResultType.Success};
});
@@ -289,7 +289,7 @@ Tomahawk.Resolver = {
});
},
_testConfig: function (config) {
_adapter_testConfig: function (config) {
return RSVP.Promise.resolve(this.testConfig(config)).then(function () {
return {result: Tomahawk.ConfigTestResultType.Success};
});