[FIX] web_widget_x2many_2d_matrix: Closing parenthesis

This commit is contained in:
Pedro M. Baeza
2018-11-09 18:30:23 +01:00
committed by Lois Rilo
parent e7b5c57901
commit 66dfcbbc9a

View File

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