inputBar.sendMessage: remove unused variable

l-merge-prefix
Lorenz Hübschle-Schneider 11 years ago
parent 47c9b38d75
commit 28d3bde907
  1. 2
      js/glowingbear.js

@ -1272,8 +1272,6 @@ weechat.directive('inputBar', function() {
// Send the message to the websocket // Send the message to the websocket
$scope.sendMessage = function() { $scope.sendMessage = function() {
var input = $scope.getInputNode();
var ab = models.getActiveBuffer(); var ab = models.getActiveBuffer();
// It's undefined early in the lifecycle of the program. // It's undefined early in the lifecycle of the program.

Loading…
Cancel
Save