mirror of https://github.com/OCA/web.git
Update web_client.js
parent
04e1bab630
commit
a0eb525f6c
|
@ -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({
|
|||
}
|
||||
});
|
||||
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue