Update web_client.js

pull/911/merge
Serpent Consulting Services Pvt Ltd 2016-11-25 20:19:11 +05:30 committed by Jairo Llopis
parent 04e1bab630
commit a0eb525f6c
1 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,6 @@ odoo.define('web_notify.WebClient', function (require) {
var WebClient = require('web.WebClient');
var base_bus = require('bus.bus');
//var _ = require('_');
WebClient.include({
init: function(parent, client_options){
@ -51,4 +50,4 @@ WebClient.include({
}
});
});
});