Fix jshint error
This commit is contained in:
parent
5dd11d72c0
commit
a5006ce966
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue