add missing import to inputbar module
This commit is contained in:
parent
a027ae6306
commit
6fe87ac6cc
@ -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…
Reference in New Issue
Block a user