Skip to content

Commit

Permalink
Merge branch 'pjax'
Browse files Browse the repository at this point in the history
  • Loading branch information
ericf committed Nov 30, 2011
2 parents 1c89a28 + 2755804 commit 739207d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/pjax/tests/pjax-test.js
Expand Up @@ -122,7 +122,11 @@ suite.add(new Y.Test.Case({
ignore: {
'`error` event should fire on Ajax failure': disableXHR || !html5,
'`load` event should fire on Ajax success': disableXHR || !html5,
'`navigate` event facade should contain the options passed to `navigate()`': disableXHR || !html5
'`navigate` event facade should contain the options passed to `navigate()`': disableXHR || !html5,
'`navigate` event should fire when a pjax link is clicked': !html5,
'`navigate` event should be preventable': !html5,
'`navigate` event should not fire when a link is clicked with a button other than the left button': !html5,
'`navigate` event should not fire when a modifier key is pressed': !html5
}
},

Expand Down

0 comments on commit 739207d

Please sign in to comment.