This commit is contained in:
Galen Wolfe-Pauly 2015-10-18 16:30:49 -07:00
parent 6581e332ba
commit 68d466d760
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ Links = React.createFactory query {
render: -> div {className:'links'}, @props.children, @_render()
_render: -> div {id:"sibs"}, div {className:"active"}, a {}, @props.curr
CLICK = 'a,h1,h2,h3,h4,h5,h6'
CLICK = 'a'
module.exports = query {sein:'t',path:'t',name:'t',next:'t',prev:'t',meta:'j'},recl
displayName: "Anchor"
getInitialState: -> url: window.location.pathname

View File

@ -145,7 +145,7 @@ Links = React.createFactory(query({
}
})));
CLICK = 'a,h1,h2,h3,h4,h5,h6';
CLICK = 'a';
module.exports = query({
sein: 't',