Kill trailing whitespaces in javascript files

This commit is contained in:
小太
2013-03-19 23:09:22 +11:00
parent 35f1304157
commit c107f96cec
25 changed files with 128 additions and 128 deletions

View File

@@ -1,6 +1,6 @@
(function() {
Danbooru.Paginator = {};
Danbooru.Paginator.next_page = function() {
var href = $(".paginator a[rel=next]").attr("href");
if (href) {