[FIX] web_widget_x2many_2d_matrix: Closing parenthesis

pull/2756/head
Pedro M. Baeza 2018-11-09 18:30:23 +01:00 committed by SodexisTeam
parent c0b1e99b0d
commit 2687423f81
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;
}
},
};
});
}
);