From e79ec4d2af056bb7d6bfbd8cf9a4e8798b743d00 Mon Sep 17 00:00:00 2001 From: Anton Romanov Date: Tue, 10 Nov 2015 09:12:11 -0800 Subject: [PATCH] Fix testConfig on 0.9 --- data/js/tomahawk.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/js/tomahawk.js b/data/js/tomahawk.js index 40fd2e57d..f45ec8460 100644 --- a/data/js/tomahawk.js +++ b/data/js/tomahawk.js @@ -341,7 +341,7 @@ Tomahawk.Resolver = { }); }, - _adapter_testConfig: function (config) { + _testConfig: function (config) { return RSVP.Promise.resolve(this.testConfig(config)).then(function () { return {result: Tomahawk.ConfigTestResultType.Success}; });