Merge pull request #7615 from SiR-DanieL/patch-3

Missing semicolons
This commit is contained in:
Claudio Sanches 2015-03-03 10:56:09 -03:00
commit ced8527553
1 changed files with 2 additions and 2 deletions

View File

@ -1170,7 +1170,7 @@ jQuery( function ( $ ) {
return false;
},
}
};
/**
* Order Downloads Panel
@ -1259,7 +1259,7 @@ jQuery( function ( $ ) {
}
return false;
}
}
};
wc_meta_boxes_order.init();
wc_meta_boxes_order_items.init();