document not used in form snippet

This commit is contained in:
Žiga Vidic
2016-06-26 20:37:06 -07:00
committed by GitHub
parent 84bee19120
commit 652b6569a8
-1
View File
@@ -472,7 +472,6 @@ own][ws-reconnect] if you're building something for production.
Forms and lists are probably the most used concepts on any page. Together with Forms and lists are probably the most used concepts on any page. Together with
links they comprise most of what can be done on web pages. links they comprise most of what can be done on web pages.
```js ```js
const document = require('global/document')
const choo = require('choo') const choo = require('choo')
const http = require('choo/http') const http = require('choo/http')
const app = choo() const app = choo()