From db02366324774549cda1af94210905444f69e707 Mon Sep 17 00:00:00 2001 From: Maxime Thirouin Date: Tue, 14 Oct 2014 08:31:31 +0200 Subject: [PATCH] remove todo.md all lines opened as issues --- TODO.md | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 TODO.md diff --git a/TODO.md b/TODO.md deleted file mode 100644 index ececfb5..0000000 --- a/TODO.md +++ /dev/null @@ -1,11 +0,0 @@ -## @todo - -- Add tests, like a lot -- handle hash in url (see https://github.com/defunkt/jquery-pjax/blob/master/jquery.pjax.js#L287-L303) -- add keyboard support -- add timeout option (600ms ?) -- add form support -- add cache -- abort previous pjax request when several requests are made by a crazy person clicking everywhere -- better switchFallback ? -- handle document.write scripts ?