Commit bf59220b authored by Jacob Thornton's avatar Jacob Thornton
Browse files

;)

parent 5a2c7eb5
Showing with 2 additions and 2 deletions
+2 -2
No preview for this file type
......@@ -66,7 +66,7 @@
if (scrollTop >= maxScroll) {
return activeTarget != (i = targets.last()[0])
&& this.activate ( i );
&& this.activate ( i )
}
for (i = offsets.length; i--;) {
......
......@@ -66,7 +66,7 @@
if (scrollTop >= maxScroll) {
return activeTarget != (i = targets.last()[0])
&& this.activate ( i );
&& this.activate ( i )
}
for (i = offsets.length; i--;) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment