MDL-27723 whitespace cleanup of admin directory

This commit is contained in:
Eloy Lafuente (stronk7) 2011-06-05 19:34:12 +02:00
parent a56c68e3f4
commit 6e9cd6698e
8 changed files with 14 additions and 14 deletions

View file

@ -108,7 +108,7 @@ M.report_spamcleaner = {
context.Y = Y; context.Y = Y;
context.me = me; context.me = me;
if (Y.one("#removeall_btn")) { if (Y.one("#removeall_btn")) {
Y.on("click", context.del_all, "#removeall_btn"); Y.on("click", context.del_all, "#removeall_btn");
} }
}); });
} }