mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[IMP] web_pwa_oca: black, isort, prettier
This commit is contained in:
committed by
sergio-teruel
parent
466781b662
commit
0d12fa42d6
@@ -1,7 +1,7 @@
|
||||
/* Copyright 2020 Tecnativa - Alexandre D. Díaz
|
||||
* License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). */
|
||||
|
||||
odoo.define("web_pwa_oca.webclient", function(require) {
|
||||
odoo.define("web_pwa_oca.webclient", function (require) {
|
||||
"use strict";
|
||||
|
||||
var WebClient = require("web.WebClient");
|
||||
@@ -11,7 +11,7 @@ odoo.define("web_pwa_oca.webclient", function(require) {
|
||||
/**
|
||||
* @override
|
||||
*/
|
||||
show_application: function() {
|
||||
show_application: function () {
|
||||
this.pwa_manager = new PWAManager(this);
|
||||
return this._super.apply(this, arguments);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user