Fix jshint error

This commit is contained in:
David Cormier 2014-02-27 21:25:59 -05:00
parent 5dd11d72c0
commit a5006ce966

View file

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