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,11 +1,11 @@
$(function() {
var $sidebar = $("#sidebar");
var $content = $("#content");
if (!$sidebar.length || !$content.length) {
return;
}
var sidebar_offset = $sidebar.offset().top + $sidebar.height();
var content_offset = $content.offset().top + $content.height();
var offset = null;