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) {