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

@@ -38,7 +38,7 @@ Danbooru.Note = {
Danbooru.Note.Body.hide_all();
e.stopPropagation();
}
)
);
$note_box.bind(
"resize",
@@ -238,7 +238,7 @@ Danbooru.Note = {
} else {
hi = x;
}
} while ((hi - lo) > 4)
} while ((hi - lo) > 4);
if ($note_body.height() > h) {
$note_body.css("min-width", hi);
}
@@ -276,7 +276,7 @@ Danbooru.Note = {
var $note_body_inner = $(e.currentTarget);
Danbooru.Note.Edit.show($note_body_inner);
e.stopPropagation();
})
});
} else {
$note_body.click(function(e) {
Danbooru.notice("You must be logged in to edit notes");