Fix jshint error

l-merge-prefix
David Cormier 12 years ago
parent 5dd11d72c0
commit a5006ce966
  1. 2
      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 // Helper function since the keypress handler is in a different scope
$rootScope.toggleNicklist = function() { $rootScope.toggleNicklist = function() {
$scope.nonicklist = !$scope.nonicklist; $scope.nonicklist = !$scope.nonicklist;
} };
$scope.handleSearchBoxKey = function($event) { $scope.handleSearchBoxKey = function($event) {

Loading…
Cancel
Save