add missing import to inputbar module

codeql
Yeiniel Suárez Sosa 5 years ago committed by Yeiniel Suarez Sosa
parent a027ae6306
commit 6fe87ac6cc
No known key found for this signature in database
GPG Key ID: E2CFACE611B42B6C
  1. 4
      src/js/inputbar.js

@ -1,6 +1,7 @@
(function() {
'use strict';
import * as _ from "underscore";
var weechat = angular.module('weechat');
weechat.directive('inputBar', function() {
@ -806,4 +807,3 @@ weechat.directive('inputBar', function() {
}]
};
});
})();

Loading…
Cancel
Save