Commit b07b869b authored by Jacob Thornton's avatar Jacob Thornton

rebuild assets

parent 806a82ef
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
, href = $el.data('target') || $el.attr('href') , href = $el.data('target') || $el.attr('href')
, $href = /^#\w/.test(href) && $(href) , $href = /^#\w/.test(href) && $(href)
return ( $href return ( $href
&& href.length && $href.length
&& [[ $href.position().top, href ]] ) || null && [[ $href.position().top, href ]] ) || null
}) })
.sort(function (a, b) { return a[0] - b[0] }) .sort(function (a, b) { return a[0] - b[0] })
......
...@@ -1368,7 +1368,7 @@ ...@@ -1368,7 +1368,7 @@
, href = $el.data('target') || $el.attr('href') , href = $el.data('target') || $el.attr('href')
, $href = /^#\w/.test(href) && $(href) , $href = /^#\w/.test(href) && $(href)
return ( $href return ( $href
&& href.length && $href.length
&& [[ $href.position().top, href ]] ) || null && [[ $href.position().top, href ]] ) || null
}) })
.sort(function (a, b) { return a[0] - b[0] }) .sort(function (a, b) { return a[0] - b[0] })
......
This diff is collapsed.
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
, href = $el.data('target') || $el.attr('href') , href = $el.data('target') || $el.attr('href')
, $href = /^#\w/.test(href) && $(href) , $href = /^#\w/.test(href) && $(href)
return ( $href return ( $href
&& href.length && $href.length
&& [[ $href.position().top, href ]] ) || null && [[ $href.position().top, href ]] ) || null
}) })
.sort(function (a, b) { return a[0] - b[0] }) .sort(function (a, b) { return a[0] - b[0] })
......
Markdown is supported
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