allow for lighter colors

This commit is contained in:
John McLear 2013-12-04 23:01:08 +00:00
parent 1fa2b32854
commit 378e07964b

View file

@ -2,7 +2,7 @@
(function ($) {
var __debug = false;
var __factor = 0.5;
var __factor = 0.8;
$.fn.farbtastic = function (options) {
$.farbtastic(this, options);