Skip to content

Commit ce48f68

Browse files
committed
cleanup
1 parent aa38a05 commit ce48f68

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/unit/pjax.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -797,14 +797,12 @@ if ($.support.pjax) {
797797
start()
798798
}, 1000)
799799
}, 500)
800-
801800
})
802801

803802
frame.$.pjax({
804803
url: "timeout.html",
805804
container: "#main"
806805
})
807-
808806
})
809807

810808
frame.$.pjax({
@@ -849,15 +847,12 @@ if ($.support.pjax) {
849847
}, 250)
850848

851849
}, 1500)
852-
853-
854850
})
855851

856852
frame.$.pjax({
857853
url: "timeout.html",
858854
container: "#main"
859855
})
860-
861856
})
862857

863858
frame.$.pjax({

0 commit comments

Comments
 (0)