Merge pull request #2019 from ether/lighter-colors

allow for lighter colors
This commit is contained in:
Marcel Klehr 2013-12-05 05:42:14 -08:00
commit 60017e9190
1 changed files with 1 additions and 1 deletions

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);