timbertson / shellshape

tiling window manager extension for gnome-shell
http://gfxmonk.net/shellshape/
Other
396 stars 38 forks source link

Remove extra Meta.later_add arguments to fix a warning #208

Closed adambyrtek closed 7 years ago

adambyrtek commented 7 years ago

This removes the following runtime warning: "Too many arguments to function Meta.later_add: expected 2, got 4"

It's hard to find good documentation for Meta but most other occurrences in JavaScript projects I was able to find include just two arguments.

timbertson commented 7 years ago

Looks good, thanks 👍