From 0913f382d73602fba9e16576bb0207e27d5e8bd5 Mon Sep 17 00:00:00 2001 From: reality Date: Mon, 17 Feb 2014 20:13:29 +0000 Subject: [PATCH] missing bing --- modules/radio/radio.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/radio/radio.js b/modules/radio/radio.js index a214248..aeaa868 100644 --- a/modules/radio/radio.js +++ b/modules/radio/radio.js @@ -50,7 +50,7 @@ var radio = function(dbot) { this.internalAPI.startRadio(); } }.bind(this)); - } + }.bind(this) }; this.onLoad = function() { this.internalAPI.getRadio();