Remove whitespace [Gun.io WhitespaceBot]
[catagits/Gitalist.git] / root / static / js / site.js
index 43340d2..bcf9739 100755 (executable)
@@ -4,7 +4,7 @@ function findPos(obj) {
          do {
                  curleft += obj.offsetLeft;
                  curtop += obj.offsetTop;
-         } 
+         }
          while (obj = obj.offsetParent);
          return [curleft,curtop];
        }