Closed Deklin closed 11 years ago
Also you can kill off commits with Git using git rebase -i. Rewriting history should be used with caution, but in this case instead of reverting a commit (982f22a) it's worth it.
The init function starts to be big now and needs some refactoring, this will be another step :)
Added some of the changes you suggested, others i'll get to tomorrow.
Hello any update on this pull request? What remaining items would you like fixed?
I didn't receive any email notification related to your new commits inside your own repository. Hopefully with your latest comment I was sent an email notification.
A quick check show me that jquery.simplecolorpicker.js is full of tabs and trailing spaces. This is what SublimeText displays:
You should configure your text editor/IDE to remove the trailing spaces and switch to 2 spaces for the indentation.
And the Git history starts to be difficult to follow :/
I'll reissue a new pull request to make it easier On Nov 28, 2013 6:53 AM, "Tanguy Krotoff" notifications@github.com wrote:
I didn't receive any email notification related to your new commits inside your own repository. Hopefully with your latest comment I was sent an email notification.
A quick check show me that jquery.simplecolorpicker.js is full of tabs and trailing spaces. This is what SublimeText displays:
You should configure your text editor/IDE to remove the trailing spaces and switch to 2 spaces for the indentation.
And the Git history starts to be difficult to follow :/
— Reply to this email directly or view it on GitHubhttps://github.com/tkrotoff/jquery-simplecolorpicker/pull/19#issuecomment-29458688 .
Enables Keyboard support when in picker mode and not in picker mode
There is one defect I commented with a FIXME that I am working on, it has to do with auto-focusing $icon after performing a hidePicker, ESC is bubbling up to my bootstrap modal and i've not fixed that yet.