less indentation

This commit is contained in:
James Campos 2011-08-15 14:21:05 -07:00
parent d60143a128
commit f9bb530af9
2 changed files with 17 additions and 19 deletions

View File

@ -446,7 +446,6 @@
} }
return true; return true;
} }
if (month === 10) {
if (sunday < 1) { if (sunday < 1) {
return true; return true;
} }
@ -458,7 +457,6 @@
} }
return false; return false;
} }
}
}); });
$.cache.requests = {}; $.cache.requests = {};
if (typeof GM_deleteValue !== "undefined" && GM_deleteValue !== null) { if (typeof GM_deleteValue !== "undefined" && GM_deleteValue !== null) {

View File

@ -311,7 +311,7 @@ $.extend $,
#after second sunday #after second sunday
return true return true
if month is 10 #month is 10
# before first sunday # before first sunday
if sunday < 1 if sunday < 1
return true return true