|
|
|
@ -1,6 +1,8 @@ |
|
|
|
|
(function() { |
|
|
|
|
|
|
|
|
|
'use strict'; |
|
|
|
|
|
|
|
|
|
import * as _ from "underscore"; |
|
|
|
|
|
|
|
|
|
var weechat = angular.module('weechat'); |
|
|
|
|
|
|
|
|
|
weechat.factory('handlers', ['$rootScope', '$log', 'models', 'plugins', 'notifications', 'bufferResume', function($rootScope, $log, models, plugins, notifications, bufferResume) { |
|
|
|
@ -539,5 +541,4 @@ weechat.factory('handlers', ['$rootScope', '$log', 'models', 'plugins', 'notific |
|
|
|
|
handleCompletion: handleCompletion |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
}]); |
|
|
|
|
})(); |
|
|
|
|
}]); |