I have been searching since yesterday for the resolution of two code sniffer errors :
62 | ERROR | [x] Expected 1 space after closing parenthesis; found
| | " options.keys = $.extend(\n
Here is my code :
if (newOptions.keys) options.keys = $.extend(
{
shift: 1,
ctrl: 'resize' },
newOptions.keys
);
I would like to have the eye of an outside person to solve this, thanks for your attention :)