Closed (fixed)
Project:
jQuery Multi
Version:
6.x-1.0-alpha1
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
14 Mar 2012 at 02:03 UTC
Updated:
28 Mar 2012 at 19:20 UTC
For example:
if ($on && !in_array($ui_lib, $libraries)) $libraries[] = $ui_lib;
Comments
Comment #1
goron commentedI'm aware of the coding standards. Please try to post more constructive issues than "realize coding standards!". There are very few coding standards issues in the module actually, so I've changed the issue to specifically be about the if statement structure. I found 3 occurrences of single-line if statements and fixed them.
If you have other coding standards complaints, please mention them specifically or provide a patch.