3
0
Fork 0

[FIX] web_widget_x2many_2d_matrix: Closing parenthesis

11.0
Pedro M. Baeza 2018-11-09 18:30:23 +01:00 committed by GitHub
parent 56dbdca5b3
commit 899f01fd9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@ odoo.define( "web_widget_x2many_2d_matrix.matrix_limit_extend", function (requir
attrs.limit = Infinity;
}
},
};
});
}
);