Florian Müllner 46874eed05 params: Simplify code
Standard javascript now has Object.assign() which is very similar to
Params.parse(), except that the latter by default disallows "extra"
parameters. We can still leverage the standard API by simply
implementing the error check, and then call out to Object.assign()
for the actual parameter merging.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/612
2019-07-05 11:32:31 +00:00
..
2019-07-01 23:44:11 +02:00
2019-07-02 12:17:46 +00:00
2019-07-02 12:17:46 +00:00
2019-07-02 12:17:46 +00:00
2019-07-05 11:32:31 +00:00