woocommerce/assets
Rodrigo Primo 3d12ec4ae2 Remove extra comma to prevent issues with older versions of IE
This commit simply removes an extra comma that was added in
52fced8d7a to prevent issues with older
versions of IE. I found this when running grunt to prepare the 3.6.4
release:

```
Running "jshint:all" (jshint) task

   assets/js/admin/meta-boxes-order.js
    413 |                    user_email : user_email,
                                                    ^ Extra comma. (it breaks older versions of IE)
```

We might want to add jshint to the pre-commit hook and to Travis.
2019-05-27 14:38:54 -03:00
..
css Merge pull request #23364 from xristos3490/master 2019-05-22 21:01:50 -03:00
fonts images, svgs optim 2018-10-04 11:57:05 +02:00
images Delete images that are not used anymore 2019-05-17 10:19:02 -03:00
js Remove extra comma to prevent issues with older versions of IE 2019-05-27 14:38:54 -03:00