Closed (fixed)
Project:
Jquery Colorpicker
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
10 Jun 2010 at 12:49 UTC
Updated:
12 Apr 2012 at 11:10 UTC
Hi
function jquery_colorpicker_theme()
{
return array
(
'colorpicker' => array
(
'arguments' => array
(
'element' => NULL
),
),
);
}
OMG, can you restyle your php-code?
And what about '#' prefix? I offer always work with value format as '#123456'
Comments
Comment #1
jaypanNo.
OMG can you re-style your English? There isn't actually a question in there.
Comment #2
jaypanComment #3
joachim commentedThis module appears to have a new (co)-maintainer. Perhaps this is worth reopening? The absence of Drupal coding standards does make it rather hard for other developers to read this module's code, and coder module now makes it easy to fix.
Comment #4
plopescHello
I ran the DrupalCS script in the module and there were lots of proposed changes. I applied it. You can view my last commit.
Thanks for your interest.