remove trailing whitespace in js files

This commit is contained in:
Toks
2013-06-19 20:07:22 -04:00
parent b7b00f53b4
commit ba539b0e18
3 changed files with 3 additions and 3 deletions

View File

@@ -262,7 +262,7 @@
var $img = $post.find("img");
var border_colors = [];
if ($post.hasClass("post-status-has-children")) {
border_colors.push("#0F0");
}