semicolons, semicolons everywhere

This commit is contained in:
Toks
2013-06-19 20:04:14 -04:00
parent 5ae6694bce
commit b7b00f53b4
9 changed files with 13 additions and 13 deletions

View File

@@ -97,7 +97,7 @@
}
Danbooru.Blacklist.posts = function() {
return $(".post-preview, #image-container")
return $(".post-preview, #image-container");
}
Danbooru.Blacklist.post_match = function(post, entry) {