This commit is contained in:
Fritz Grimpen 2012-11-08 09:24:38 -08:00
commit 7426ae3d62
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View file

@ -12,3 +12,5 @@ src/static/js/jquery.js
npm-debug.log
*.DS_Store
.ep_initialized
.*.sw?
.sw?

View file

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