From a5006ce966d89c731739f07979c952510f9deae7 Mon Sep 17 00:00:00 2001 From: David Cormier Date: Thu, 27 Feb 2014 21:25:59 -0500 Subject: [PATCH] Fix jshint error --- js/glowingbear.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/glowingbear.js b/js/glowingbear.js index 32cbb6c..c42d9e5 100644 --- a/js/glowingbear.js +++ b/js/glowingbear.js @@ -918,7 +918,7 @@ weechat.controller('WeechatCtrl', ['$rootScope', '$scope', '$store', '$timeout', // Helper function since the keypress handler is in a different scope $rootScope.toggleNicklist = function() { $scope.nonicklist = !$scope.nonicklist; - } + }; $scope.handleSearchBoxKey = function($event) {