Fix whitespace in code.

(imported from commit 4bb750f886ccffc22d54140c10d39f0f91725156)
This commit is contained in:
Steve Howell
2013-05-31 13:59:24 -04:00
parent cd13488959
commit e558b5bf23
3 changed files with 3 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ exports.message_viewport_info = function () {
res.visible_height =
element_just_below_us.offset().top
- res.visible_top;
return res;
};